mirror of
https://github.com/YunoHost/test_apps.git
synced 2024-09-03 20:06:29 +02:00
Do not remove "all_users"
This commit is contained in:
parent
14b48e90f2
commit
b1048d8b54
1 changed files with 1 additions and 1 deletions
|
@ -31,4 +31,4 @@ ynh_permission_create --permission "dev" --url "/dev"
|
|||
ynh_script_progression --message="Configuring SSOwat..." --weight=1
|
||||
|
||||
# Make app public if necessary or protect it
|
||||
[ $is_public -eq 0 ] || ynh_permission_update --permission "main" --remove "all_users" --add "visitors"
|
||||
[ $is_public -eq 0 ] || ynh_permission_update --permission "main" --add "visitors"
|
||||
|
|
Loading…
Reference in a new issue