Update status.inc

This commit is contained in:
2023-05-22 22:21:48 -05:00
parent ec4a2511e7
commit 137c7ddc65

View File

@@ -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[Yellow]} ${idsST[Bold]}${NODE_HOSTNAME} Service Status (localhost)${idsST[Reset]}${idsCL[Yellow]} - ${uptime}${idsCL[Default]}"
# DIVIDER
echo -e "$(DIVIDER)\n ${idsCL[LightCyan]}${uptime}${idsCL[Default]}\n"
fi