mirror of
https://github.com/YunoHost-Apps/horde_ynh.git
synced 2024-09-03 19:16:08 +02:00
Update install: no need to store install questions, already stored by the core
This commit is contained in:
parent
d0b02f3c83
commit
99f1043792
1 changed files with 1 additions and 9 deletions
|
@ -10,16 +10,8 @@ source _common.sh
|
|||
source /usr/share/yunohost/helpers
|
||||
|
||||
#=================================================
|
||||
# STORE SETTINGS FROM MANIFEST
|
||||
# OPTIONAL APPS
|
||||
#=================================================
|
||||
ynh_script_progression --message="Storing installation settings..."
|
||||
|
||||
ynh_app_setting_set --app=$app --key=language --value=$language
|
||||
ynh_app_setting_set --app=$app --key=service_autodiscovery --value=$service_autodiscovery
|
||||
ynh_app_setting_set --app=$app --key=whups_install --value=$whups_install
|
||||
ynh_app_setting_set --app=$app --key=sesha_install --value=$sesha_install
|
||||
ynh_app_setting_set --app=$app --key=ansel_install --value=$ansel_install
|
||||
ynh_app_setting_set --app=$app --key=wicked_install --value=$wicked_install
|
||||
|
||||
# Set list of optionnal app to install
|
||||
optionnal_apps_list=""
|
||||
|
|
Loading…
Reference in a new issue