mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
fix #14
This commit is contained in:
parent
d6203076dc
commit
85a4035356
2 changed files with 2 additions and 0 deletions
|
@ -132,6 +132,7 @@ then
|
|||
sudo su -c "cd $final_path && php mud.php config xmppwhitelist:$domain" movim
|
||||
else
|
||||
sudo yunohost app setting movim unprotected_uris -v "/"
|
||||
sudo yunohost app setting movim skipped_regex -v "login"
|
||||
sudo yunohost app ssowatconf
|
||||
fi
|
||||
|
||||
|
|
|
@ -66,6 +66,7 @@ then
|
|||
sudo su -c "cd $final_path && php mud.php config xmppwhitelist:$domain" movim
|
||||
else
|
||||
sudo yunohost app setting movim unprotected_uris -v "/"
|
||||
sudo yunohost app setting movim skipped_regex -v "login"
|
||||
sudo yunohost app ssowatconf
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue