From 8155da5d66c5429eaa061d9372520da243ab4824 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 17 Dec 2023 11:18:24 -0600 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index 15e848b2..54a639fa 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -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)