1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse_ynh.git synced 2024-09-03 20:26:38 +02:00

Fix argument in upgrade

This commit is contained in:
Josué Tille 2019-12-18 20:36:05 +01:00
parent ac7d2bb35b
commit 4d88fe3033
No known key found for this signature in database
GPG key ID: 716A6C99B04194EF

View file

@ -102,8 +102,8 @@ if [ -z $domain ]; then
path_url=$(ynh_app_setting_get --app=$app --key=special_path)
ynh_app_setting_set --app=$app --key=domain --value=$domain
ynh_app_setting_set --app=$app --key=path --value=$path_url
ynh_app_setting_delete -app=$app --key=special_domain
ynh_app_setting_delete -app=$app --key=special_path
ynh_app_setting_delete --app=$app --key=special_domain
ynh_app_setting_delete --app=$app --key=special_path
ynh_app_setting_set --app=$app --key=no_sso --value true
fi