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-22 15:40:00 +02:00
parent ad844bf674
commit 9ebe892814

View file

@ -111,7 +111,7 @@ if [ "$is_public" = "No" ];
then then
# redirect to SSOwat login in # redirect to SSOwat login in
sudo yunohost app setting $app unprotected_uris -d sudo yunohost app setting $app unprotected_uris -d
sudo yunohost app setting $app unprotected_regex -v "$domain$path/index.php%?f=.*$","$domain$path/index.php%?zipfolder=.*$" sudo yunohost app setting $app unprotected_regex -v "$domain$path/index.php%?f=.*$","$domain$path/index.php%?zipfolder=.*$","$domain$path/core/js/.*$","$domain$path/templates/.*$"
else else
sudo yunohost app setting $app unprotected_uris -v "/" sudo yunohost app setting $app unprotected_uris -v "/"
fi fi