Update powerwall.sh

This commit is contained in:
2023-05-14 17:33:38 -05:00
parent ee002c12ec
commit 3d8a96bdd1

View File

@@ -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
}