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:
authornachoparker <nacho@ownyourbits.com>2019-01-23 01:22:24 +0300
committernachoparker <nacho@ownyourbits.com>2019-01-23 01:22:32 +0300
commitb7efa7afdb22abc04a05c80fd272312f6f725f05 (patch)
treeb07d76e9406e7830e1d788bb1a1fca6b90b343c0 /update.sh
parent9a6e6f536a579cbaa47a16bbda3bc305dfe4ebe2 (diff)
armbian: fix cron permissions bug (2)v1.4.5
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)