diff --git a/powerwall.sh b/powerwall.sh index 493d8ca7..be81175f 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]}$(${TEMP_THRESHOLDS[${1}]} | cut -d',' -f 1)${idsCL[Red]}$(${TEMP_THRESHOLDS[${1}]} | cut -d',' -f 2)${idsCL[Default]})" + echo -e " - (${idsCL[LightMagenta]}$(echo ${TEMP_THRESHOLDS[${1}]} | cut -d',' -f 1)${idsCL[Red]}$(echo ${TEMP_THRESHOLDS[${1}]} | cut -d',' -f 2)${idsCL[Default]})" fi }