Update user cron to use php8

This commit is contained in:
Eric Nemchik 2022-09-09 20:15:17 -05:00
parent 262bba1a75
commit 109cc8409d

View File

@ -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