From 5deb21b3747f22f461229a3c0e6f82b5a4af20a4 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 22 May 2023 22:17:11 -0500 Subject: [PATCH] Update status.inc --- inc/status.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/inc/status.inc b/inc/status.inc index 31dac42b..141a8153 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -46,11 +46,11 @@ STATUS(){ if [ "${ST_ACTION}" != "check" ]; then lip=$(/sbin/ip -o -4 addr list eth0 | awk '{print $4}' | cut -d/ -f1) uptime=`uptime -p` - echo - DIVIDER - echo -e "\n$(DIVIDER)${idsCL[Yellow]} ${NODE_HOSTNAME} Service Status -localhost-${idsCL[Default]}" + # echo # DIVIDER - echo -e " ${idsCL[LightCyan]}${uptime}${idsCL[Default]}\n" + echo -e "\n$(DIVIDER)\n${idsCL[Yellow]} ${NODE_HOSTNAME} Service Status -localhost-${idsCL[Default]}" + # DIVIDER + echo -e "\n$(DIVIDER)\n ${idsCL[LightCyan]}${uptime}${idsCL[Default]}\n" fi # if [ "${ST_ACTION}" != "check" ]; then # lip=$(/sbin/ip -o -4 addr list eth0 | awk '{print $4}' | cut -d/ -f1)