1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/roundcube_ynh.git synced 2024-09-03 20:16:28 +02:00

fpm_ settings zzzzz

This commit is contained in:
Alexandre Aubin 2024-06-20 22:27:37 +02:00
parent 75abaa231f
commit 6a405dd085
2 changed files with 0 additions and 35 deletions

View file

@ -3,23 +3,6 @@
source _common.sh
source /usr/share/yunohost/helpers
#=================================================
# RETRIEVE ARGUMENTS FROM THE MANIFEST
#=================================================
#REMOVEME? fpm_footprint="low"
#REMOVEME? fpm_free_footprint=0
#REMOVEME? fpm_usage="low"
#=================================================
# STORE SETTINGS FROM MANIFEST
#=================================================
ynh_script_progression "Storing installation settings..."
ynh_app_setting_set --key=fpm_footprint --value=$fpm_footprint
ynh_app_setting_set --key=fpm_free_footprint --value=$fpm_free_footprint
ynh_app_setting_set --key=fpm_usage --value=$fpm_usage
#=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE
#=================================================

View file

@ -25,24 +25,6 @@ fi
ynh_app_setting_set --key=language --value=$language
fi
# If fpm_footprint doesn't exist, create it
if [ -z "${fpm_footprint:-}" ]; then
#REMOVEME? fpm_footprint=low
ynh_app_setting_set --key=fpm_footprint --value=$fpm_footprint
fi
# If fpm_free_footprint doesn't exist, create it
if [ -z "${fpm_free_footprint:-}" ]; then
#REMOVEME? fpm_free_footprint=0
ynh_app_setting_set --key=fpm_free_footprint --value=$fpm_free_footprint
fi
# If fpm_usage doesn't exist, create it
if [ -z "${fpm_usage:-}" ]; then
#REMOVEME? fpm_usage=low
ynh_app_setting_set --key=fpm_usage --value=$fpm_usage
fi
#=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE
#=================================================