From ebe5b8c2daf2b41fc52f34bec1c90e22e16e03db Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 5 Dec 2023 22:02:16 -0600 Subject: [PATCH] Update status.inc --- inc/status.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/status.inc b/inc/status.inc index 7e9cb1ea..9130f8b1 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -794,7 +794,7 @@ STATUS_SCANTIMES(){ scantimes_total=$(bc <<< "scale=2; ${scantimes_total}+${scantime}") ((scansfound++)) done - average=$(ROUND_NUMBER $(bc <<< "scale=2; ${scantimes_total}/${scansfound}") 4) + average=$(ROUND_NUMBER $(bc <<< "scale=2; ${scantimes_total}/${scansfound}") 1) echo -en "\r\033[K"