check_curl print

This commit is contained in:
Cyberes 2023-04-21 23:54:19 -06:00
parent 49e6539d34
commit 05892276bf
1 changed files with 1 additions and 1 deletions

View File

@ -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