diff --git a/powerwall.sh b/powerwall.sh index 997b5a01..c226142f 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -94,8 +94,8 @@ CHECKTEMPSENSOR(){ elif [ "${PW_SENSOR_TYPE[${1}]}" == "esxi" ]; then temp_c=${2} temp_f=`echo "scale=2; ${temp_c}*1.8 + 32" | bc` - temp_warn=`echo "scale=2; ${3}*1.8 + 32" | bc` - temp_crit=`echo "scale=2; ${4}*1.8 + 32" | bc` + # temp_warn=`echo "scale=2; ${3}*1.8 + 32" | bc` + # temp_crit=`echo "scale=2; ${4}*1.8 + 32" | bc` fi