mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
public_site variable
This commit is contained in:
parent
dcccfdb0b9
commit
f974bff920
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ sudo yunohost app setting movim skipped_uris -d
|
|||
sudo yunohost app clearaccess movim
|
||||
|
||||
# SSOwat Configuration
|
||||
if [ $ssoenabled = "No" ] || [ $public_site = "No" ];
|
||||
if [ $ssoenabled = "No" ] || [ $public_site = "Yes" ];
|
||||
then
|
||||
sudo yunohost app setting movim skipped_uris -v "/"
|
||||
sudo yunohost app ssowatconf
|
||||
|
|
Loading…
Reference in a new issue