added userdata for permission restore

This commit is contained in:
HB9HIL
2024-05-25 22:53:03 +02:00
committed by GitHub
parent 01045e2368
commit ee7ef2ea9b

View File

@@ -10,7 +10,7 @@
# The user and group that own the WAVELOG_SUBDIR directories. Passed to 'chown' as-is. # The user and group that own the WAVELOG_SUBDIR directories. Passed to 'chown' as-is.
DIR_OWNERSHIP="root:www-data" DIR_OWNERSHIP="root:www-data"
# The list of directories that need to have ownership restored after a git pull # 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 # The name of the Git remote to fetch/pull from
GIT_REMOTE="origin" GIT_REMOTE="origin"
# If true, pull from the HEAD of the configured origin, otherwise the latest tag # If true, pull from the HEAD of the configured origin, otherwise the latest tag