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 #=================================================