1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_ynh.git synced 2024-09-03 18:36:10 +02:00

[enh] Pass SSO credentials even in public mode.

This commit is contained in:
opi 2014-10-30 13:16:08 +01:00
parent 2c0fe02e0d
commit 596f8fd335

View file

@ -72,7 +72,7 @@ fi
sudo service nginx reload
if [ "$is_public" = "Yes" ];
then
sudo yunohost app setting etherpadlite skipped_uris -v "/"
sudo yunohost app setting etherpadlite unprotected_uris -v "/"
fi
sudo yunohost app ssowatconf
sudo service etherpad-lite start