Update status.inc

This commit is contained in:
2023-05-22 22:15:41 -05:00
parent 07c04e1cf7
commit ee35546924

View File

@@ -50,7 +50,7 @@ STATUS(){
DIVIDER
echo -e "${idsCL[Yellow]} ${NODE_HOSTNAME} Service Status -localhost-${idsCL[Default]}"
DIVIDER
echo -e " ${idsCL[LightCyan]}${uptime}${idsCL[Default]}"
echo -e " ${idsCL[LightCyan]}${uptime}${idsCL[Default]}\n"
fi
# if [ "${ST_ACTION}" != "check" ]; then
# lip=$(/sbin/ip -o -4 addr list eth0 | awk '{print $4}' | cut -d/ -f1)