Update temp.inc.sh

This commit is contained in:
2023-12-17 10:45:22 -06:00
parent c1a1d418ee
commit 54b09b3e98

View File

@@ -630,7 +630,7 @@ SERVERROOM_TEMP_DIFFERENCE(){
[ ${scansfound} -eq 0 ] && average=0 || average=$(ROUND_NUMBER $(bc <<< "scale=2; ${scantimes_total}/${scansfound}") 0)
average_disp=$(SHOW_TIME ${average} s)
c=0; spcT=''; spc1=`expr ${cw} - ${#average}`; until [ $c = ${spc1} ]; do spct="${spct} "; c=`expr $c + 1`; done
c=0; spcT=''; spc1=`expr 25 - ${#average}`; until [ $c = ${spc1} ]; do spct="${spct} "; c=`expr $c + 1`; done
lastscantime_disp=$(SHOW_TIME ${lastscantime} s)
longest_scantime_disp=$(SHOW_TIME ${longest_scantime} s)