mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
Fix again upgrade ending with Nextcloud being in PHP 8.2 ?
This commit is contained in:
parent
88fbb734c8
commit
f7c21e467e
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ filter_boring_occ_warnings() {
|
|||
# Define a function to execute commands with `occ`
|
||||
exec_occ() {
|
||||
# Backward compatibility to upgrade from older versions
|
||||
if [ $current_major_version = "last" ]
|
||||
if [ $current_major_version = "$last_major_version" ]
|
||||
then
|
||||
NEXTCLOUD_PHP_VERSION="8.3"
|
||||
elif [ $current_major_version -ge 26 ]
|
||||
|
|
Loading…
Add table
Reference in a new issue