From 5658f4e11c8b882bdfa6cab73ddc35f0d8f28e95 Mon Sep 17 00:00:00 2001 From: Tom Scavo Date: Wed, 21 Dec 2016 19:38:48 -0500 Subject: [PATCH] Redirect HTTP response to /dev/null by default --- lib/saml_tools.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/saml_tools.sh b/lib/saml_tools.sh index 3f4254f..14060d8 100755 --- a/lib/saml_tools.sh +++ b/lib/saml_tools.sh @@ -614,6 +614,7 @@ probe_shibboleth_sso_endpoint () { # default curl options curl_opts="--silent --show-error" curl_opts="$curl_opts --insecure --tlsv1" + curl_opts="$curl_opts --output /dev/null" local opt local OPTARG