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