diff --git a/lib/saml_tools.sh b/lib/saml_tools.sh index 1a15ef5..3f4254f 100755 --- a/lib/saml_tools.sh +++ b/lib/saml_tools.sh @@ -315,6 +315,7 @@ probe_saml2_idp_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