From 7c2050a48cb7d336996a1b5a412458a3d1a3f5f1 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 5 Dec 2023 21:42:43 -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 778deab2..10e72467 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=$(bc <<< "scale=1; ${scantimes_total}/${scansfound}") + average=$(bc <<< "scale=0; ${scantimes_total}/${scansfound}") echo -en "\r\033[K"