diff --git a/check_curl b/check_curl index d86ede5..3b35893 100755 --- a/check_curl +++ b/check_curl @@ -76,7 +76,7 @@ for value in "${values[@]}"; do done if $PRINT_ONLY; then - echo "curl --output \"$TMP_RESPONSE\" -s -w \"%{http_code}\n%{time_total}"\ $(echo "${HEADER_ARGS[@]}" | tr -s ' ') $FOLLOW_REDIRECTS $INSECURE $RESOLVE $URL" + echo "curl --output \"$TMP_RESPONSE\" -s -w \"%{http_code}\n%{time_total}\" $(echo "${HEADER_ARGS[@]}" | tr -s ' ') $FOLLOW_REDIRECTS $INSECURE $RESOLVE $URL" exit 3 fi