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