updates/nextcloud.sh: bump php version
This commit is contained in:
parent
319e05a3c2
commit
791bea4d12
@ -4,7 +4,7 @@ set -e
|
|||||||
# +x does not apply
|
# +x does not apply
|
||||||
# use correct order – eg: sudo -u www-data php=php8.2 ...
|
# use correct order – eg: sudo -u www-data php=php8.2 ...
|
||||||
if [ -z ${php} ]; then
|
if [ -z ${php} ]; then
|
||||||
php="php8.1"
|
php="php8.2"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
[ -f cron.log ] && rm -v cron.log && echo "logfiles should not be here and upset the updater. consider the data directory."
|
[ -f cron.log ] && rm -v cron.log && echo "logfiles should not be here and upset the updater. consider the data directory."
|
||||||
|
Loading…
Reference in New Issue
Block a user