Update powerwall.sh

This commit is contained in:
2023-05-15 22:31:06 -05:00
parent 496a638198
commit 3b45fd8d25

View File

@@ -626,6 +626,7 @@ fi
echo -en "${idsCL[LightCyan]}${srvc}${spc}: "
[ "$(systemctl is-active ${srvc})" == "active" ] && echo -en "${idsCL[Green]}Running" || echo -en "${idsCL[Yellow]}Not Running"
echo -e "${idsCL[Default]}"
echo
fi
fi
;;