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

Merge pull request #5 from opi/master

[enh] Pass SSO credentials even in public mode.
This commit is contained in:
abeudin 2014-10-30 13:19:28 +01:00
commit 8cf8d4e12a

View file

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