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