minor tweak...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-07-15 09:59:16 +03:00
parent 0c25f301ee
commit e7d3bc7ec8

View File

@ -206,7 +206,7 @@ check-http(){
if [ -z $response ] ; then if [ -z $response ] ; then
response='ERROR: TIMEOUT' response='ERROR: TIMEOUT'
else else
response="ERROR ($response)" response="ERROR: $response"
fi fi
fi fi