From f8631110bb024d7ebda4a5665af804dd8f2dec94 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 14 May 2023 17:23:46 -0500 Subject: [PATCH] Update powerwall.sh --- powerwall.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/powerwall.sh b/powerwall.sh index 1171869f..eb81eeaf 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -15,8 +15,8 @@ VERBOSE=false CHECKTEMP(){ cw=20; - echo -e "${idsCL[Green]}Sensor Temperatures${idsCL[Default]}" - DIVIDER . green + echo -e "${idsCL[Yellow]}Sensor Temperatures${idsCL[Default]}" + DIVIDER if [ "${1}" != "" ]; then reading=$(CHECKTEMPSENSOR ${1}) c=0; spc=''; spc1=`expr ${cw} - ${#1}`; until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done