1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dolibarr_ynh.git synced 2024-09-03 18:35:53 +02:00

Allow visitors to public folder

See #41
This commit is contained in:
Lemonsu Loïc 2020-12-14 11:54:09 +01:00 committed by GitHub
parent 75a0652e01
commit a1d80652d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -257,6 +257,8 @@ then
ynh_permission_update --permission "main" --add "visitors"
fi
ynh_permission_create --permission "public access" --url "/public/" --allowed "visitors"
#=================================================
# RELOAD NGINX
#=================================================