From ec4a2511e7638661f3940344dd11830bf6622e8c Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 22 May 2023 22:19:35 -0500 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 e2d6f1fc..0b1a4837 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -48,7 +48,7 @@ STATUS(){ uptime=`uptime -p` # echo # DIVIDER - echo -e "\n$(DIVIDER)\n${idsCL[LightYellow]} ${idsST[Bold]}${NODE_HOSTNAME}${idsST[Reset]} Service Status -localhost-${idsCL[Default]}" + echo -e "\n$(DIVIDER)\n${idsCL[Yellow]} ${idsST[Bold]}${NODE_HOSTNAME}${idsST[Reset]} Service Status -localhost-${idsCL[Default]}" # DIVIDER echo -e "$(DIVIDER)\n ${idsCL[LightCyan]}${uptime}${idsCL[Default]}\n" fi