check_curl: add a comma
This commit is contained in:
parent
3d191bf355
commit
1cd6d385ba
|
@ -441,7 +441,7 @@ if [ -n "$CRIT_STRING" ]; then
|
||||||
echo "CRITICAL - response body does not contain the required string: $BODY"
|
echo "CRITICAL - response body does not contain the required string: $BODY"
|
||||||
exit 2
|
exit 2
|
||||||
else
|
else
|
||||||
BODY_CONTAINS=" and contained substring"
|
BODY_CONTAINS=", and contained substring"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue