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:
parent
9f1312d308
commit
d94b85cbf5
1 changed files with 1 additions and 0 deletions
|
@ -212,6 +212,7 @@ exec_occ() {
|
||||||
then
|
then
|
||||||
NEXTCLOUD_PHP_VERSION=$phpversion
|
NEXTCLOUD_PHP_VERSION=$phpversion
|
||||||
elif [ $current_major_version -ge 15 ]
|
elif [ $current_major_version -ge 15 ]
|
||||||
|
then
|
||||||
NEXTCLOUD_PHP_VERSION="7.4"
|
NEXTCLOUD_PHP_VERSION="7.4"
|
||||||
else
|
else
|
||||||
NEXTCLOUD_PHP_VERSION="7.0"
|
NEXTCLOUD_PHP_VERSION="7.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue