Update status.inc

This commit is contained in:
2024-01-11 14:07:27 -06:00
parent 42a4b525dc
commit eb07fdd483

View File

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