Update temp.inc.sh
This commit is contained in:
@@ -627,7 +627,7 @@ SERVERROOM_TEMP_DIFFERENCE(){
|
||||
((scansfound++))
|
||||
done
|
||||
|
||||
[ ${scansfound} -eq 0 ] && average=0 || average=$(ROUND_NUMBER $(bc <<< "scale=2; ${tempdiff_total}/${scansfound}") 0)
|
||||
[ ${scansfound} -eq 0 ] && average=0 || average=$(bc <<< "scale=2; ${tempdiff_total}/${scansfound}")
|
||||
|
||||
last_tempdiff_disp=$(SHOW_TIME ${last_tempdiff} s)
|
||||
largest_tempdiff_disp=$(SHOW_TIME ${largest_tempdiff} s)
|
||||
|
||||
Reference in New Issue
Block a user