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:
parent
b39398fb03
commit
bbaeaff497
2 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
|
||||||
# Retrieve arguments
|
# Retrieve arguments
|
||||||
domain=$1
|
domain=$1
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
|
||||||
# Retrieve arguments
|
# Retrieve arguments
|
||||||
path=$(sudo yunohost app setting movim path)
|
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
|
# Reset SSO parameters
|
||||||
sudo yunohost app setting movim protected_uris -d
|
sudo yunohost app setting movim protected_uris -d
|
||||||
sudo yunohost app setting movim skipped_uris -d
|
sudo yunohost app setting movim skipped_uris -d
|
||||||
|
sudo yunohost app clearaccess movim
|
||||||
|
|
||||||
# SSOwat Configuration
|
# SSOwat Configuration
|
||||||
if [ $ssoenabled = "No" ] || [ $public_site = "No" ];
|
if [ $ssoenabled = "No" ] || [ $public_site = "No" ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue