From af704b8284b036f8a58bb54fa61fa0291dd4bc0d Mon Sep 17 00:00:00 2001 From: liberodark Date: Sat, 28 Sep 2019 00:25:04 +0200 Subject: [PATCH] up --- scripts/install | 11 ----------- 1 file changed, 11 deletions(-) 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