Update temp.inc.sh
This commit is contained in:
@@ -663,6 +663,7 @@ SERVERROOM_TEMP_DIFFERENCE(){
|
||||
if [[ "${tempdiff}" = *"~"* ]]; then
|
||||
dt="${tempdiff%~*}"
|
||||
tempdiff=${tempdiff#*~}
|
||||
[ ${tempdiff} -lt 1 ] && tempdiff="0${tempdiff}"
|
||||
else
|
||||
dt=" "
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user