1
0
Fork 0
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:
ewilly 2016-04-21 22:45:09 +02:00
parent ac22fec03d
commit 901166fe9c

View file

@ -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