From c599dd572da0568c582f928b135e910365175432 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 22 May 2023 22:23:38 -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 1d2b8e27..2e279909 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} Service Status (localhost)${idsST[Reset]}${idsCL[Yellow]} - ${uptime}${idsCL[Default]}" + echo -e "\n$(DIVIDER)\n${idsCL[Yellow]}${idsST[Bold]} Local Server Status: ${NODE_HOSTNAME}${idsST[Reset]}${idsCL[Yellow]} - ${uptime}${idsCL[Default]}" # DIVIDER echo -e "$(DIVIDER)\n ${idsCL[LightCyan]}${uptime}${idsCL[Default]}\n" fi