Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index 00ae83b8..c559042e 100755
--- a/update.sh
+++ b/update.sh
@@ -272,7 +272,8 @@ ncc config:system:set trusted_domains 1 --value=$ip
EOF
# fix Armbian cron bug
- chmod 644 /etc/cron.daily/* /etc/cron.d/* /etc/cron.hourly/*
+ chmod 644 /etc/cron.d/*
+ chmod 755 /etc/cron.daily/* /etc/cron.hourly/*
# remove redundant opcache configuration. Leave until update bug is fixed -> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=815968
# Bug #416 reappeared after we moved to php7.2 and debian buster packages. (keep last)