From eb1b9dd28f0c10c6a0304ed8c676307898834f67 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 5 Dec 2023 22:23:30 -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 944f340f..76fb92d1 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -804,7 +804,7 @@ STATUS_SCANTIMES(){ echo -en "${idsCL[LightCyan]}List out these scan times? (y/N): ${idsCL[Default]}" read -n1 choice if [ "${choice^^}" == "Y" ]; then - echo -en "\r\033[K\033[1A\r\033[K" + echo -en "\r\033[K" lastscansnum=${LAST} last_scantimes=($(tail -n ${lastscansnum} ${NM_LOGFOLDER}/status-check.scantimes)) echo -e "${idsCL[LightCyan]}Last ${lastscansnum} Scan Times\n${idsCL[Green]}---------------------------------${idsCL[Default]}"