check_curl: add a comma

This commit is contained in:
Cyberes 2024-08-08 19:58:11 -06:00
parent 3d191bf355
commit 1cd6d385ba
1 changed files with 1 additions and 1 deletions

View File

@ -441,7 +441,7 @@ if [ -n "$CRIT_STRING" ]; then
echo "CRITICAL - response body does not contain the required string: $BODY"
exit 2
else
BODY_CONTAINS=" and contained substring"
BODY_CONTAINS=", and contained substring"
fi
fi