From 0bba7ea853775ecb9b330add21dcd5b5701ca949 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 24 Jun 2021 13:49:23 +0200 Subject: [PATCH] Update install --- scripts/install | 7 ------- 1 file changed, 7 deletions(-) diff --git a/scripts/install b/scripts/install index 0066a44..c5b1f86 100644 --- a/scripts/install +++ b/scripts/install @@ -158,13 +158,6 @@ fi ynh_replace_string --match_string="__APP__" --replace_string="$app" --target_file="../hooks/post_user_create" ynh_replace_string --match_string="__APP__" --replace_string="$app" --target_file="../hooks/post_user_delete" -#================================================= -# SETUP SSOWAT -#================================================= -ynh_script_progression --message="Configuring permissions..." --weight=1 - -ynh_permission_update --permission="main" --add="visitors" - #================================================= # RELOAD NGINX #=================================================