mirror of
https://github.com/linuxserver/docker-nextcloud.git
synced 2026-02-19 23:03:50 +08:00
Update user cron to use php8
This commit is contained in:
parent
262bba1a75
commit
109cc8409d
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user