From c93b4f5ad414921637cea0fa79cad945904e1091 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 16 Dec 2023 20:36:19 -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 4f486c77..9471d128 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -875,7 +875,7 @@ STATUS_SCANTIMES(){ echo -e "${idsCL[LightCyan]}Last Replication Check : ${idsCL[LightGreen]}${last_replcheck}${idsCL[Default]}\n" if [ ${scansfound} -le 500 ]; then - echo -en "${idsCL[LightCyan]}List out these '${scansfound}' scan times? (y/N): ${idsCL[Default]}" + echo -en "\n${idsCL[LightCyan]}List out these '${scansfound}' scan times? (y/N): ${idsCL[Default]}" read -n1 choice if [ "${choice^^}" == "Y" ]; then echo -en "\r\033[K"