From 2b8ca398204196977e7aa1abbcf4065a3339146c Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 16 Dec 2023 21:18:04 -0600 Subject: [PATCH] Update status.inc --- inc/status.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inc/status.inc b/inc/status.inc index f2e16d3d..9f1975bc 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -875,9 +875,9 @@ STATUS_SCANTIMES(){ echo -e "${idsCL[Cyan]} - w/Replication ${scansfound_repl} ${idsCL[LightCyan]}(${average_repl}s)${spcr}${idsCL[Cyan]}${average_repl_disp}${idsCL[Default]}" echo -e "${idsCL[Cyan]} - Extreme runs ${scansfound_xtr} ${idsCL[LightCyan]}(${average_xtr}s)${spcx}${idsCL[Cyan]}${average_xtr_disp}${idsCL[Default]}" echo - echo -e "${idsCL[LightCyan]}Last Scan Time ${idsCL[LightGreen]}(${lastscantime}s)${spcb}${idsCL[Green]}${lastscantime_disp}${idsCL[Default]}\n" - echo -e "${idsCL[LightCyan]}Last Scan Check ${idsCL[LightGreen]}${last_scancheck}${idsCL[Default]}\n" - echo -e "${idsCL[LightCyan]}Last Replication Check ${idsCL[LightGreen]}${last_replcheck}${idsCL[Default]}\n" + echo -e "${idsCL[LightCyan]}Last Scan Time : ${idsCL[LightGreen]}(${lastscantime}s)${spcb}${idsCL[Green]}${lastscantime_disp}${idsCL[Default]}\n" + echo -e "${idsCL[LightCyan]}Last Scan Check : ${idsCL[LightGreen]}${last_scancheck}${idsCL[Default]}\n" + echo -e "${idsCL[LightCyan]}Last Replication Check : ${idsCL[LightGreen]}${last_replcheck}${idsCL[Default]}\n" if [ ${scansfound} -le 500 ]; then echo -en "\n${idsCL[LightCyan]}List out these '${scansfound}' scan times? (y/N): ${idsCL[Default]}"