From 74879c11751e8aef6795681e854b3e5582f64f90 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 22 May 2023 22:16:00 -0500 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 ec2b6397..31dac42b 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -48,8 +48,8 @@ STATUS(){ uptime=`uptime -p` echo DIVIDER - echo -e "${idsCL[Yellow]} ${NODE_HOSTNAME} Service Status -localhost-${idsCL[Default]}" - DIVIDER + echo -e "\n$(DIVIDER)${idsCL[Yellow]} ${NODE_HOSTNAME} Service Status -localhost-${idsCL[Default]}" + # DIVIDER echo -e " ${idsCL[LightCyan]}${uptime}${idsCL[Default]}\n" fi # if [ "${ST_ACTION}" != "check" ]; then