mirror of
https://github.com/YunoHost-Apps/bozon_ynh.git
synced 2024-09-03 18:16:09 +02:00
Update install
This commit is contained in:
parent
ac22fec03d
commit
901166fe9c
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ if [ "$is_public" = "No" ];
|
|||
then
|
||||
# redirect to SSOwat login in
|
||||
sudo yunohost app setting $app unprotected_uris -d
|
||||
sudo yunohost app setting bozon unprotected_regex -v "$domain$path/index.php%?f=.*$"
|
||||
sudo yunohost app setting $app unprotected_regex -v "$domain$path/index.php%?f=.*$"
|
||||
else
|
||||
sudo yunohost app setting $app unprotected_uris -v "/"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue