mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
delete old SSO configuration
This commit is contained in:
parent
a0ca9eab9c
commit
7619523889
1 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,9 @@ then
|
|||
sudo su -c "cd $final_path && php mud.php config xmppwhitelist:$domain" movim
|
||||
fi
|
||||
|
||||
# Delete obsolete SSO conf
|
||||
sudo yunohost app setting movim protected_uris -d
|
||||
|
||||
# Update init scripts
|
||||
sudo sed -i "s@YHURL@$domain$path@g" ../conf/movim.{service,init}
|
||||
sudo sed -i "s@YHDIR@$final_path@g" ../conf/movim.{service,init}
|
||||
|
|
Loading…
Add table
Reference in a new issue