From 4e790910c4053132c9c4eb9a2923759c65f6351c Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 11 Sep 2021 16:01:16 +0200 Subject: [PATCH] Update install --- scripts/install | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/install b/scripts/install index 463cb29..b12b7b0 100644 --- a/scripts/install +++ b/scripts/install @@ -181,8 +181,6 @@ update_initZabbixConf #================================================= ynh_script_progression --message="Setuping application with CURL..." -# Set the app as temporarily public for curl call -ynh_script_progression --message="Configuring SSOwat..." # Making the app public for curl ynh_permission_update --permission="main" --add="visitors" @@ -223,8 +221,6 @@ ynh_script_progression --message="Configuring permissions..." # 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