From 7b7c39110f15c858d34f8daa1c7fa4b38b56fb42 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 29 Sep 2021 21:26:16 +0200 Subject: [PATCH] Update install --- scripts/install | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/install b/scripts/install index 7eadadb..817c86c 100755 --- a/scripts/install +++ b/scripts/install @@ -146,9 +146,6 @@ then ynh_permission_update --permission="main" --add="visitors" 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" --allowed="visitors" --auth_header=false - #================================================= # RELOAD NGINX #=================================================