Update temp.inc.sh

This commit is contained in:
2023-12-26 15:07:37 -06:00
parent afe7c9eb75
commit fef4962fb4

View File

@@ -398,7 +398,7 @@ CHECKTEMP_SERVICE(){
echo 1
temp_f=$(echo "scale=2; $temp_c/1" | bc -l)
elif [ "${PW_SENSOR_TYPE[${SENSOR}]}" == "system" ] && [[ "${SENSOR}" = *"FAN"* ]]; then
echo 2
echo "(${temp_c})-(${temp_f})"
temp_f=${temp_c}
else
echo 3