From 826a08b41d7582cf4bcb371146fb359c9fceeac8 Mon Sep 17 00:00:00 2001 From: Matthew Wright Date: Wed, 28 Jul 2021 11:40:30 +0100 Subject: [PATCH] Update update_cloudlog.sh Change to asset directory permission check rather than just QSL --- update_cloudlog.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_cloudlog.sh b/update_cloudlog.sh index 58761e35..6a0927e7 100644 --- a/update_cloudlog.sh +++ b/update_cloudlog.sh @@ -10,7 +10,7 @@ # The user and group that own the CLOUDLOG_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 CLOUDLOG_SUBDIRS=("application/config" "assets/qslcard" "backup" "updates" "uploads") +declare -a CLOUDLOG_SUBDIRS=("application/config" "assets" "backup" "updates" "uploads") # 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