From cb917eda922af64419b4b899055a95a08ea5e0ed Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 29 Feb 2024 07:04:42 -0600 Subject: [PATCH] Update status.inc --- inc/status.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/status.inc b/inc/status.inc index f9817e13..354b9865 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -765,7 +765,7 @@ STATUS_NODE(){ if [ "${checkhost}" != "false" ]; then echo -e "${idsCL[Red]} - Node is online, but SSH is down!${idsCL[Default]}" else - echo -e "${idsCL[Red]} - Node is down!${idsCL[Default]}" + echo -e "${idsCL[Red]} - Node is down! ${idsCL[Default]}" fi fi # SENDNOTICE "${NM_HOSTNAMES[${nip}]}[${nip}]" "${NM_HOSTNAMES[${nip}]}[${nip}] is down" 1