check_curl print
This commit is contained in:
parent
49e6539d34
commit
05892276bf
|
@ -76,7 +76,7 @@ for value in "${values[@]}"; do
|
||||||
done
|
done
|
||||||
|
|
||||||
if $PRINT_ONLY; then
|
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
|
exit 3
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue