diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index fa768ba3..5f313319 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -182,7 +182,7 @@ CHECKTEMPSENSOR(){ fi if [ "${PW_SENSOR_TYPE[${1}]}" == "system" ] && [[ "${1}" = *"FAN"* ]]; then - temp_f_disp=$(IDS_NUMBER_FORMAT ${temp_f} 2 yes) + temp_f_disp=$(IDS_NUMBER_FORMAT ${temp_f} 0) else temp_f_disp=${temp_f} fi