From eccfbeee3e5074b2f2a14c20c18d15b746b792eb Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 29 Jun 2020 13:41:52 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 4dd7bec..a19b6c2 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -98,19 +98,6 @@ ynh_add_nginx_config # Set right permissions for curl installation chown -R www-data: $final_path -#================================================= -# SETUP SSOWAT -#================================================= -ynh_script_progression --message="Configuring SSOwat..." --weight=1 - -# Make app public if necessary or protect it -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 - #================================================= # RELOAD NGINX #=================================================