updates/nextcloud.sh: bump php version

This commit is contained in:
Milan Ihl 2024-07-18 16:38:49 +02:00
parent 319e05a3c2
commit 791bea4d12

View File

@ -4,7 +4,7 @@ set -e
# +x does not apply
# use correct order eg: sudo -u www-data php=php8.2 ...
if [ -z ${php} ]; then
php="php8.1"
php="php8.2"
fi
[ -f cron.log ] && rm -v cron.log && echo "logfiles should not be here and upset the updater. consider the data directory."