From 473997634497182ee14f366381126481d271dc4f Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 11 Jan 2024 14:12:40 -0600 Subject: [PATCH] Update status.inc --- inc/status.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/status.inc b/inc/status.inc index 38ce97ce..2a10315a 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -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"