From 2ef6d01e5a0c326c9732b3ac399f0856d847c0d4 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 14 May 2023 21:53:16 -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 236ee195..e6b83842 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -17,7 +17,7 @@ CHECKTEMP(){ cw=20; echo echo -e "${idsCL[Yellow]}Sensor Temperature(s) ${idsCL[Green]}normal${idsCL[Default]} /${idsCL[Yellow]}warning${idsCL[Default]}/ ${idsCL[Red]}critical${idsCL[Default]}" - DIVIDER 30 + DIVIDER . . 80 if [ "${1}" != "" ]; then # reading=$(CHECKTEMPSENSOR ${1}) # c=0; spc=''; spc1=`expr ${cw} - ${#1}`; until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done