From 00a7924f88b0ae3c325fabe71545ed0df31c7a89 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 31 Oct 2023 20:37:58 -0500 Subject: [PATCH] Update powerwall.sh --- powerwall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerwall.sh b/powerwall.sh index 6d23bcf0..268c95e1 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -623,7 +623,7 @@ CHECKPOWER(){ if [ "${host}" != "*" ] && [ "${host}" != "done" ]; then watts=$(cat ${hostfile}) if [ "${watts}" == "down" ]; then - hostpower="${idsCL[Red]}Host Offline" + hostpower="${idsCL[LightRed]}Host Offline" elif [ "${watts}" == "0" ]; then hostpower="${idsCL[Default]}n/a" else