diff --git a/powerwall.sh b/powerwall.sh index b265938f..bcb5f257 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -203,7 +203,7 @@ CHECKTEMPSENSOR(){ [ ${#temp_warn} == 2 ] && spcw=' ' || spcw=' ' [ ${#temp_crit} == 2 ] && spcc=' ' || spcc=' ' if [ "${PW_SENSOR_TYPE[${1}]}" == "cpu" ]; then - echo -e "${spc}[${spcw}${idsCL[Yellow]}${temp_warn}%${idsCL[Default]} /${spcc}${idsCL[Red]}${temp_crit}%=>${idsCL[Default]} ]" + echo -e "${spc} [${spcw}${idsCL[Yellow]}${temp_warn}%${idsCL[Default]} /${spcc}${idsCL[Red]}${temp_crit}%=>${idsCL[Default]} ]" else echo -e "${spc}[${spcw}${idsCL[Yellow]}${temp_warn}'F${idsCL[Default]} /${spcc}${idsCL[Red]}${temp_crit}'F=>${idsCL[Default]} ]"