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

Update upgrade

This commit is contained in:
Éric Gaspar 2024-06-02 09:37:46 +02:00
parent f6a8dc83e5
commit 652d6de292

View file

@ -16,7 +16,7 @@ ynh_app_setting_delete --app=$app --key=backup_core_only
# If phpflags doesn't exist, create it # If phpflags doesn't exist, create it
if [ -z "${phpflags:-}" ]; then if [ -z "${phpflags:-}" ]; then
phpflags="--define apc.enable_cli=1" phpflags="--define apc.enable_cli=1"
ynh_app_setting_set --app=$app --key=phpflags --value=$phpflags ynh_app_setting_set --app=$app --key=phpflags --value="$phpflags"
fi fi
if ynh_compare_current_package_version --comparison lt --version 22.2~ynh1 if ynh_compare_current_package_version --comparison lt --version 22.2~ynh1