From eb07fdd48397bec3796327f711b7e6b69d8e0803 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 11 Jan 2024 14:07:27 -0600 Subject: [PATCH] Update status.inc --- inc/status.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/status.inc b/inc/status.inc index c6322954..c25c04df 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -982,7 +982,7 @@ STATUS_SCANTIMES(){ echo -e "${idsCL[LightCyan]}Last w/Replication Scan : ${idsCL[LightGreen]}${last_replcheck}${idsCL[Default]}" echo -e "${idsCL[LightCyan]}Last w/Repl. & Clean : ${idsCL[LightGreen]}${last_replclean}${idsCL[Default]}" - if [ ${scansfound_total} -le 500 ]; then + # if [ ${scansfound_total} -le 500 ]; then if [ ${scansfound_total} -gt 15 ]; then echo -en "\n${idsCL[LightCyan]}List out these '${scansfound_total}' scan times? (A)ll/(N)ormal/(R)epl/repl(C)lean/()none [default=no] : ${idsCL[Default]}" read -n1 choice @@ -1016,7 +1016,7 @@ STATUS_SCANTIMES(){ fi done fi - fi + # fi end=`date +%s`; runtime=$((end-start)) echo -e "\nRuntime: ${runtime}\n" }