1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/coturn_ynh.git synced 2024-09-03 18:16:32 +02:00

remove path url

This commit is contained in:
ericgaspar 2021-01-27 08:37:44 +01:00
parent 13709ebd04
commit 70c56b96fa
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -24,7 +24,6 @@ ynh_abort_if_errors
#=================================================
domain=$YNH_APP_ARG_DOMAIN
path_url="/"
app=$YNH_APP_INSTANCE_NAME
@ -34,7 +33,6 @@ app=$YNH_APP_INSTANCE_NAME
ynh_script_progression --message="Storing installation settings..." --weight=4
ynh_app_setting_set --app=$app --key=domain --value=$domain
ynh_app_setting_set --app=$app --key=path --value=$path_url
ynh_app_setting_set --app=$app --key=no_sso --value true
#=================================================