1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/z-push_ynh.git synced 2024-09-03 18:05:58 +02:00

Fix Path URL

This commit is contained in:
Yalh 2019-01-27 05:39:55 +01:00
parent d3707e9abd
commit 5dd2652ff7

View file

@ -367,7 +367,7 @@ if [ $is_public -eq 1 ]
then
# unprotected_uris allows SSO credentials to be passed anyway.
ynh_app_setting_set $app unprotected_uris "/"
ynh_app_setting_set $app unprotected_uris $path_url_autodiscover1
#ynh_app_setting_set $app unprotected_uris ",$path_url_autodiscover1"
fi
#=================================================