1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00

Fix backward upgrade compatibility

This commit is contained in:
AlexF 2022-11-12 22:10:20 +01:00
parent 37423d1927
commit 6c83456d7d

View file

@ -206,6 +206,7 @@ exec_occ() {
then
NEXTCLOUD_PHP_VERSION=$phpversion
elif [ $current_major_version -ge 15 ]
then
NEXTCLOUD_PHP_VERSION="7.4"
else
NEXTCLOUD_PHP_VERSION="7.0"