From bbaeaff49796380460fc5a931d6d1385726530c1 Mon Sep 17 00:00:00 2001 From: Xavier ROOT Date: Wed, 16 Dec 2015 13:58:03 +0100 Subject: [PATCH] movim ACL clearaccess --- scripts/install | 1 + scripts/upgrade | 2 ++ 2 files changed, 3 insertions(+) diff --git a/scripts/install b/scripts/install index 5a8efe0..81f8feb 100644 --- a/scripts/install +++ b/scripts/install @@ -1,4 +1,5 @@ #!/bin/bash +# # Retrieve arguments domain=$1 diff --git a/scripts/upgrade b/scripts/upgrade index 59a2a0e..ccdf319 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -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" ];