From 1da0af8448d0cfa0bd00b3a975278085e3d6a9ee Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 14 May 2023 17:34:27 -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 ea6874a3..c12a59e9 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -49,7 +49,7 @@ CHECKTEMPSENSOR(){ echo -en "${idsCL[Green]}Normal - $temp_f°F${idsCL[Default]}" fi - echo -e " - (${idsCL[LightMagenta]}$(echo ${TEMP_THRESHOLDS[${1}]} | cut -d',' -f 1)${idsCL[Default]}°F/${idsCL[Red]}$(echo ${TEMP_THRESHOLDS[${1}]} | cut -d',' -f 2)°F${idsCL[Default]})" + echo -e " - (${idsCL[LightMagenta]}$(echo ${TEMP_THRESHOLDS[${1}]} | cut -d',' -f 1)°F${idsCL[Default]}/${idsCL[Red]}$(echo ${TEMP_THRESHOLDS[${1}]} | cut -d',' -f 2)°F${idsCL[Default]})" fi }