From b24ec9e6a454d90b35ad8e23623b45fc51d84ca0 Mon Sep 17 00:00:00 2001 From: Limezy Date: Thu, 24 Mar 2022 09:10:43 +0700 Subject: [PATCH] Update install --- scripts/install | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/install b/scripts/install index cac5365..7109c31 100755 --- a/scripts/install +++ b/scripts/install @@ -187,12 +187,6 @@ then ynh_permission_update --permission="main" --add="visitors" fi -### N.B. : the following extra permissions only make sense if your app -### does have for example an admin interface or an API. - -# 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=$admin - #================================================= # RELOAD NGINX #=================================================