From ed7111f3d885e90c03d6e90c1376d1c0eb6b09fe Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 29 Sep 2021 21:16:57 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 57019db..7eadadb 100755 --- a/scripts/install +++ b/scripts/install @@ -147,7 +147,7 @@ then fi # Only the admin can access the admin panel of the app (if the app has an admin panel) -ynh_permission_create --permission="admin" --url="/admin" --auth_header=false +ynh_permission_create --permission="admin" --url="/admin" --allowed="visitors" --auth_header=false #================================================= # RELOAD NGINX