diff --git a/scripts/install b/scripts/install index bd00271..db6d578 100644 --- a/scripts/install +++ b/scripts/install @@ -128,17 +128,6 @@ systemctl enable $app.service # Set permissions to app files chown -R $app: $final_path - -#================================================= -# SETUP SSOWAT -#================================================= - -# If app is public, add url to SSOWat conf as skipped_uris -if [ $is_public -eq 1 ]; then - # unprotected_uris allows SSO credentials to be passed anyway. - ynh_app_setting_set "$app" unprotected_uris "/" -fi - # Reload services #systemctl reload nginx systemctl restart $app