Update script: Add eQSL images to restore perms aswell
Signed-off-by: Petr Kracik <petrkr@petrkr.net>
这个提交包含在:
父节点
7667bad771
当前提交
cd191244d3
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -10,7 +10,7 @@
|
||||||
# The user and group that own the CLOUDLOG_SUBDIR directories. Passed to 'chown' as-is.
|
# The user and group that own the CLOUDLOG_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 CLOUDLOG_SUBDIRS=("application/config" "assets" "backup" "updates" "uploads")
|
declare -a CLOUDLOG_SUBDIRS=("application/config" "assets" "backup" "updates" "uploads" "images/eqsl_card_images")
|
||||||
# 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
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用