summarylogtreecommitdiffstats
path: root/nextcloud-systemd-timers.install
diff options
context:
space:
mode:
authorDominik Schrempf2021-01-19 07:46:35 +0100
committerDominik Schrempf2021-01-19 07:46:35 +0100
commita4c5f6a068c5a3607cb638ec879d4e68383b70d3 (patch)
tree315536d6ffa656cb75f47d9610cb7a0547e3158a /nextcloud-systemd-timers.install
parent8fefd6cde60020386f2122675702fdf3ef9c0a99 (diff)
downloadaur-a4c5f6a068c5a3607cb638ec879d4e68383b70d3.tar.gz
use php instead of occ
Diffstat (limited to 'nextcloud-systemd-timers.install')
-rw-r--r--nextcloud-systemd-timers.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/nextcloud-systemd-timers.install b/nextcloud-systemd-timers.install
index 144cebdd4b15..6ac53697c903 100644
--- a/nextcloud-systemd-timers.install
+++ b/nextcloud-systemd-timers.install
@@ -48,6 +48,11 @@ pre_upgrade() {
echo "- nextcloud-app-update-all.timer"
echo " Periodic (daily) update all applications."
echo
+ elif [[ "$1" == "0.7.0-1" ]]
+ then
+ echo
+ echo "The php executable is used now in order to reduce the permissions given"
+ echo "to the occ executable. Please verify that the jobs execute correctly."
fi
}