diff --git a/scripts/upgrade b/scripts/upgrade index af50054..8bd4596 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -218,13 +218,6 @@ if [ $database -eq 2 ]; then ynh_install_app_dependencies $pkg_dependencies fi -#================================================= -# SETUP SSOWAT -#================================================= -# As Zap is social network and have its own permission there is no need to keep Zap behind SSO -ynh_script_progression --message="Upgrading SSOwat configuration..." -ynh_app_setting_set --app=$app --key=unprotected_uris --value="/" - #================================================= # RELOAD NGINX #=================================================