From 361213333470876ee9a890af3c725f1f09091059 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 17 Dec 2023 08:43:45 -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 e13dae7a..77f8192f 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -831,7 +831,7 @@ STATUS_SCANTIMES(){ for scantime in "${scantimes[@]}"; do [[ "${scantime}" = *"~"* ]] && scantime=${scantime#*~} [ ${scantime} -gt ${longest_scantime} ] && longest_scantime=${scantime} - if [ ${scantime} -le 35 ]; then + if [ ${scantime} -le 29 ]; then scantimes_total_norm=$(bc <<< "scale=2; ${scantimes_total_norm}+${scantime}") ((scansfound_norm++)) elif [ ${scantime} -le 60 ]; then