1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/garradin_ynh.git synced 2024-09-03 18:36:17 +02:00

remove ynh_permission

This commit is contained in:
Robles Rodolphe 2022-05-11 18:52:22 +02:00
parent 08b7d51c44
commit aea692223a

View file

@ -114,10 +114,6 @@ then
ynh_permission_update --permission="main" --add="visitors"
fi
if [ $is_public -eq 0 ]
ynh_permission_update --permission "main" --remove "visitors"
fi
#=================================================
# RELOAD NGINX
#=================================================