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" }