From e08e73dac0e0957637141d8c06249e7479acc105 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 28 May 2022 20:06:32 +0200 Subject: [PATCH] Update install --- scripts/install | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/install b/scripts/install index b355486..2a9a465 100755 --- a/scripts/install +++ b/scripts/install @@ -122,8 +122,6 @@ ynh_script_progression --message="Configuring permissions..." --weight=1 # Make app public if necessary if [ $is_public -eq 1 ] then - # Everyone can access the app. - # The "main" permission is automatically created before the install script. ynh_permission_update --permission="main" --add="visitors" fi