Update status.inc

This commit is contained in:
2023-05-22 22:19:17 -05:00
parent fc5a6bc82b
commit c1b7586d97

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