From c1b7586d97a8687331129748ebc37165eddd283e Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 22 May 2023 22:19:17 -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 0b1a4837..e2d6f1fc 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[Yellow]} ${idsST[Bold]}${NODE_HOSTNAME}${idsST[Reset]} Service Status -localhost-${idsCL[Default]}" + echo -e "\n$(DIVIDER)\n${idsCL[LightYellow]} ${idsST[Bold]}${NODE_HOSTNAME}${idsST[Reset]} Service Status -localhost-${idsCL[Default]}" # DIVIDER echo -e "$(DIVIDER)\n ${idsCL[LightCyan]}${uptime}${idsCL[Default]}\n" fi