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 committed by ljf (zamentur)
parent 9f1312d308
commit d94b85cbf5

View file

@ -212,6 +212,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"