Update status.inc
This commit is contained in:
@@ -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/Replication Scan : ${idsCL[LightGreen]}${last_replcheck}${idsCL[Default]}"
|
||||||
echo -e "${idsCL[LightCyan]}Last w/Repl. & Clean : ${idsCL[LightGreen]}${last_replclean}${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
|
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]}"
|
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
|
read -n1 choice
|
||||||
@@ -1016,7 +1016,7 @@ STATUS_SCANTIMES(){
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
fi
|
# fi
|
||||||
end=`date +%s`; runtime=$((end-start))
|
end=`date +%s`; runtime=$((end-start))
|
||||||
echo -e "\nRuntime: ${runtime}\n"
|
echo -e "\nRuntime: ${runtime}\n"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user