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