diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index bb559681..81ee7a38 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -396,7 +396,6 @@ CHECKTEMP_SERVICE(){ if [ "${PW_SENSOR_TYPE[${SENSOR}]}" == "cpu" ]; then temp_f=$(echo "scale=2; $temp_c/1" | bc -l) elif [ "${PW_SENSOR_TYPE[${SENSOR}]}" == "system" ] && [[ "${SENSOR}" = *"FAN"* ]]; then - echo "(${temp_c})-(${temp_f})" temp_f=${temp_c} else temp_f=$(bc <<< "scale=2; ${temp_c}*1.8+32")