From 863300811be077863344bb960edc72f7af84fdf3 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 14 May 2023 17:34:12 -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 be81175f..ea6874a3 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[Red]}$(echo ${TEMP_THRESHOLDS[${1}]} | cut -d',' -f 2)${idsCL[Default]})" + 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]})" fi }