From d01c6c1f34b233f78d97bd85b8642b40f4ca4e3d Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 5 Dec 2023 22:39:15 -0600 Subject: [PATCH] Update status.inc --- inc/status.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/status.inc b/inc/status.inc index 4c1f0387..5b2612f2 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -803,8 +803,8 @@ STATUS_SCANTIMES(){ until [ $c = ${spc1} ]; do spcb="${spcb} "; c=`expr $c + 1`; done echo -en "\r\033[K" - echo -e "${idsCL[LightCyan]}Average for last '${scansfound}' : ${idsCL[Green]}${average_disp}${spca}(${average}s)${idsCL[Default]}\n" - echo -e "${idsCL[LightCyan]}Last Scan Time : ${idsCL[Green]}${lastscantime_disp}${spcb}(${lastscantime}s)${idsCL[Default]}\n" + echo -e "${idsCL[LightCyan]}Average for last '${scansfound}' : ${idsCL[Green]}${average_disp}${spca}${idsCL[LightGreen]}(${average}s)${idsCL[Default]}\n" + echo -e "${idsCL[LightCyan]}Last Scan Time : ${idsCL[Green]}${lastscantime_disp}${spcb}${idsCL[LightGreen]}(${lastscantime}s)${idsCL[Default]}\n" echo -en "${idsCL[LightCyan]}List out these scan times? (y/N): ${idsCL[Default]}" read -n1 choice