diff --git a/inc/status.inc b/inc/status.inc index 33da1e6e..f161f960 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -1026,7 +1026,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? (${idsCL[Yellow]}A${idsCL[LightCyan]})ll/(${idsCL[Yellow]}N${idsCL[LightCyan]})ormal/(${idsCL[Yellow]}L${idsCL[LightCyan]})ong/(${idsCL[Yellow]}R${idsCL[LightCyan]})epl/repl(${idsCL[Yellow]}C${idsCL[LightCyan]})lean [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/(${idsCL[Yellow]}L${idsCL[LightCyan]})ong [default=no] : ${idsCL[Default]}" read -n1 choice if [ "${choice^^}" == "A" ] || [ "${choice^^}" == "N" ] || [ "${choice^^}" == "R" ] || [ "${choice^^}" == "C" ] || [ "${choice^^}" == "L" ]; then echo -en "\r\033[K"