1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00

movim ACL clearaccess

This commit is contained in:
Xavier ROOT 2015-12-16 13:58:03 +01:00
parent b39398fb03
commit bbaeaff497
2 changed files with 3 additions and 0 deletions

View file

@ -1,4 +1,5 @@
#!/bin/bash
#
# Retrieve arguments
domain=$1

View file

@ -1,4 +1,5 @@
#!/bin/bash
#
# Retrieve arguments
path=$(sudo yunohost app setting movim path)
@ -44,6 +45,7 @@ sudo su -c "cd $final_path && php mud.php db set" movim
# Reset SSO parameters
sudo yunohost app setting movim protected_uris -d
sudo yunohost app setting movim skipped_uris -d
sudo yunohost app clearaccess movim
# SSOwat Configuration
if [ $ssoenabled = "No" ] || [ $public_site = "No" ];