From d4b699c53223a907fc1823aec6d93695c476668f Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 6 Dec 2023 21:27:36 -0600 Subject: [PATCH] Update status.inc --- inc/status.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/status.inc b/inc/status.inc index e9dcd23a..ccccc6b2 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -419,13 +419,13 @@ STATUS_NODE(){ if [ ${GOFORCHECK} = true ]; then if [ "${ST_ACTION}" != "check" ]; then - echo -en "${idsST[Bold]}"; DIVIDER + echo -e "${idsST[Bold]}"; DIVIDER if [ "${ST_ACTION}" == "dockers" ]; then echo -e "${idsCL[LightYellow]} ${NM_NODETYPES[$NTYPE]}-Node Docker Status${idsCL[Default]}" else echo -e "${idsCL[LightYellow]} ${NM_NODETYPES[$NTYPE]}-Node Service Status${idsCL[Default]}" fi - DIVIDER . lightYellow; echo -e "${idsST[Reset]}" + DIVIDER . lightYellow; echo -en "${idsST[Reset]}" fi for nip in "${!NTHOSTS}"; do if [ "${ST_ACTION}" != "check" ]; then