mirror of
https://github.com/YunoHost-Apps/z-push_ynh.git
synced 2024-09-03 18:05:58 +02:00
FIX SSOWAT
This commit is contained in:
parent
5dd2652ff7
commit
31f8cba4b7
1 changed files with 2 additions and 2 deletions
|
@ -366,8 +366,8 @@ ynh_use_logrotate
|
||||||
if [ $is_public -eq 1 ]
|
if [ $is_public -eq 1 ]
|
||||||
then
|
then
|
||||||
# unprotected_uris allows SSO credentials to be passed anyway.
|
# unprotected_uris allows SSO credentials to be passed anyway.
|
||||||
ynh_app_setting_set $app unprotected_uris "/"
|
#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
|
fi
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue