1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/element_ynh.git synced 2024-09-03 18:36:08 +02:00
This commit is contained in:
ericgaspar 2023-02-19 10:50:43 +01:00
parent db333693b3
commit bdadfa7776

View file

@ -13,8 +13,15 @@ source /usr/share/yunohost/helpers
# RETRIEVE ARGUMENTS FROM THE MANIFEST
#=================================================
default_home_server=$YNH_APP_ARG_DEFAULT_HOME_SERVER
login_for_welcome=true
#=================================================
# STORE SETTINGS FROM MANIFEST
#=================================================
ynh_app_setting_set --app=$app --key=login_for_welcome --value=$login_for_welcome
ynh_app_setting_set --app=$app --key=default_home_server --value=$default_home_server
#=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE