From ee7ef2ea9b0da194b3228b13909c84998ccbcbe0 Mon Sep 17 00:00:00 2001 From: HB9HIL <80885850+HB9HIL@users.noreply.github.com> Date: Sat, 25 May 2024 22:53:03 +0200 Subject: [PATCH] added userdata for permission restore --- update_wavelog.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_wavelog.sh b/update_wavelog.sh index e664488d0..8b13e3dc4 100644 --- a/update_wavelog.sh +++ b/update_wavelog.sh @@ -10,7 +10,7 @@ # The user and group that own the WAVELOG_SUBDIR directories. Passed to 'chown' as-is. DIR_OWNERSHIP="root:www-data" # The list of directories that need to have ownership restored after a git pull -declare -a WAVELOG_SUBDIRS=("application/config" "assets" "backup" "updates" "uploads" "images/eqsl_card_images") +declare -a WAVELOG_SUBDIRS=("application/config" "assets" "backup" "updates" "uploads" "images/eqsl_card_images" "userdata") # The name of the Git remote to fetch/pull from GIT_REMOTE="origin" # If true, pull from the HEAD of the configured origin, otherwise the latest tag