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:
parent
f6a8dc83e5
commit
652d6de292
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue