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

debug private install

This commit is contained in:
Robles Rodolphe 2022-05-11 12:31:00 +02:00
parent e1bb08178d
commit 08b7d51c44

View file

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