Update status.inc

This commit is contained in:
2023-05-22 22:16:00 -05:00
parent ee35546924
commit 74879c1175

View File

@@ -48,8 +48,8 @@ STATUS(){
uptime=`uptime -p`
echo
DIVIDER
echo -e "${idsCL[Yellow]} ${NODE_HOSTNAME} Service Status -localhost-${idsCL[Default]}"
DIVIDER
echo -e "\n$(DIVIDER)${idsCL[Yellow]} ${NODE_HOSTNAME} Service Status -localhost-${idsCL[Default]}"
# DIVIDER
echo -e " ${idsCL[LightCyan]}${uptime}${idsCL[Default]}\n"
fi
# if [ "${ST_ACTION}" != "check" ]; then