mirror of
https://github.com/YunoHost-Apps/icecoder_ynh.git
synced 2024-09-03 19:26:10 +02:00
Update install
This commit is contained in:
parent
dc96d714a8
commit
23642c8171
1 changed files with 1 additions and 2 deletions
|
@ -20,7 +20,6 @@ ynh_abort_if_errors
|
||||||
# RETRIEVE ARGUMENTS FROM THE MANIFEST
|
# RETRIEVE ARGUMENTS FROM THE MANIFEST
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
domain=$YNH_APP_ARG_DOMAIN
|
|
||||||
app_id=$YNH_APP_ARG_APP_ID
|
app_id=$YNH_APP_ARG_APP_ID
|
||||||
path_url="/in-$app_id-folder"
|
path_url="/in-$app_id-folder"
|
||||||
|
|
||||||
|
@ -65,7 +64,7 @@ ynh_webpath_register --app=$app --domain=$domain --path_url=$path_url
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Storing installation settings..." --weight=1
|
ynh_script_progression --message="Storing installation settings..." --weight=1
|
||||||
|
|
||||||
ynh_app_setting_set --app=$app --key=domain --value=$domain
|
ynh_app_setting_set --app=$app --key=domain --value=none
|
||||||
ynh_app_setting_set --app=$app --key=path --value=$path_url
|
ynh_app_setting_set --app=$app --key=path --value=$path_url
|
||||||
ynh_app_setting_set --app=$app --key=app_id --value=$app_id
|
ynh_app_setting_set --app=$app --key=app_id --value=$app_id
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue