1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/omeka-s_ynh.git synced 2024-09-03 19:56:05 +02:00

Update upgrade

This commit is contained in:
Éric Gaspar 2023-02-18 15:05:32 +01:00
parent 6b5d34c2a5
commit b477c13f86

View file

@ -11,6 +11,14 @@ source /usr/share/yunohost/helpers
upgrade_type=$(ynh_check_app_version_changed)
#=================================================
# LOAD SETTINGS
#=================================================
fpm_footprint=$(ynh_app_setting_get --app=$app --key=fpm_footprint)
fpm_usage=$(ynh_app_setting_get --app=$app --key=fpm_usage)
fpm_free_footprint=$(ynh_app_setting_get --app=$app --key=fpm_free_footprint)
#=================================================
# ENSURE DOWNWARD COMPATIBILITY
#=================================================