mirror of
https://github.com/linuxserver/docker-nextcloud.git
synced 2026-06-03 09:57:35 +00:00
Update user cron to use php8
This commit is contained in:
@@ -18,4 +18,5 @@ fi
|
||||
if [[ ! -f /config/crontabs/root ]]; then
|
||||
cp /defaults/root /config/crontabs/root
|
||||
fi
|
||||
sed -i "s|s6-setuidgid abc php7 -f /config/www/nextcloud/cron.php|s6-setuidgid abc php8 -f /config/www/nextcloud/cron.php|" /config/crontabs/root
|
||||
cp /config/crontabs/root /etc/crontabs/root
|
||||
|
||||
Reference in New Issue
Block a user