Update temp.inc.sh

This commit is contained in:
2023-12-17 20:28:45 -06:00
parent be90d8e4ea
commit 823f0f8fd4

View File

@@ -682,7 +682,7 @@ SERVERROOM_TEMP_DIFFERENCE(){
dt="${tempdiff%~*}"
tempdiff=${tempdiff#*~}
# if [ $(bc -l <<< "${tempdiff} < 1") -eq 1 ]; then [ "${tempdiff}" = "0" ] && tempdiff="0.0" || tempdiff="0${tempdiff}"; fi
tempdiff=`IDS_NUMBER_FORMAT ${tempdiff} 2 yes`
tempdiff=`IDS_NUMBER_FORMAT ${tempdiff} 2`
else
dt=" "
fi