From dbff3c4895aad4131929bcc3ab292a9bd288e9fe Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 6 Dec 2023 23:04:09 -0600 Subject: [PATCH] Update status.inc --- inc/status.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/status.inc b/inc/status.inc index 56efcb9e..b66be3ed 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -798,6 +798,7 @@ STATUS_SCANTIMES(){ scantimes_total=0; scansfound=0 for scantime in "${scantimes[@]}"; do [[ "${scantime}" = *"~"* ]] && scantime=${scantime#*~} + echo ${scantime} scantimes_total=$(bc <<< "scale=2; ${scantimes_total}+${scantime}") ((scansfound++)) done