mirror of
https://github.com/YunoHost-Apps/z-push_ynh.git
synced 2024-09-03 18:05:58 +02:00
Fix PATH
This commit is contained in:
parent
daf4604418
commit
f4e818ca74
1 changed files with 1 additions and 1 deletions
|
@ -368,7 +368,7 @@ 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 skipped_uris "path_url_activesync,$path_url_autodiscover1,$path_url_autodiscover2,$path_url_autodiscover1"
|
ynh_app_setting_set $app skipped_uris "$path_url_activesync,$path_url_autodiscover1,$path_url_autodiscover2,$path_url_autodiscover1"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue