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