From e7d3bc7ec8a62c874aa64f8c457c5c44a37d3d3a Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 15 Jul 2023 09:59:16 +0300 Subject: [PATCH] minor tweak... Signed-off-by: Alex A. Naanou --- check-status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check-status b/check-status index 8ab9cbc..a63c3e6 100644 --- a/check-status +++ b/check-status @@ -206,7 +206,7 @@ check-http(){ if [ -z $response ] ; then response='ERROR: TIMEOUT' else - response="ERROR ($response)" + response="ERROR: $response" fi fi