mirror of
https://github.com/YunoHost-Apps/element_ynh.git
synced 2024-09-03 18:36:08 +02:00
Fix ssowat
This commit is contained in:
parent
cdab7f659e
commit
022d669cb9
1 changed files with 2 additions and 2 deletions
|
@ -47,9 +47,9 @@ set_permission
|
|||
|
||||
if [ "$is_public" = "0" ];
|
||||
then # Retire l'accès public
|
||||
ynh_app_setting_delete $app skipped_uris
|
||||
ynh_app_setting_delete $app skipped_uris
|
||||
else
|
||||
ynh_app_setting_set $app skipped_uris "/"
|
||||
ynh_app_setting_set $app unprotected_uris "/"
|
||||
fi
|
||||
|
||||
# Recharge la configuration Nginx
|
||||
|
|
Loading…
Add table
Reference in a new issue