Update status.inc
This commit is contained in:
@@ -984,7 +984,7 @@ STATUS_SCANTIMES(){
|
||||
|
||||
# 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]}"
|
||||
echo -en "\n${idsCL[LightCyan]}List out these '${scansfound_total}' scan times? (${idsCL[Yellow]}A${idsCL[LightCyan]})ll/(${idsCL[Yellow]}N${idsCL[LightCyan]})ormal/(${idsCL[Yellow]}R${idsCL[LightCyan]})epl/repl(${idsCL[Yellow]}C${idsCL[LightCyan]})lean [default=no] : ${idsCL[Default]}"
|
||||
read -n1 choice
|
||||
if [ "${choice^^}" == "A" ] || [ "${choice^^}" == "N" ] || [ "${choice^^}" == "R" ] || [ "${choice^^}" == "C" ]; then
|
||||
echo -en "\r\033[K"
|
||||
|
||||
Reference in New Issue
Block a user