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:
commit
8cf8d4e12a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue