Update temp.inc.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user