Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-07-15 00:37:38 +03:00
parent af43433b77
commit c21350f15e

View File

@ -203,6 +203,9 @@ check-http(){
if [ "$(grep "$status_pattern" <<<$response)" ] ; then
response=OK
else
if [ -z $response ] ; then
response='Timeout?'
fi
response="ERROR ($response)"
fi