diff --git a/scripts/upgrade b/scripts/upgrade index 9423cc2..9b21825 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -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"