From 7e2472f0455e181603d272573db2cc9ba041617d Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 16 Dec 2023 21:09:37 -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 cbf0f75f..f4248359 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -870,9 +870,9 @@ STATUS_SCANTIMES(){ echo -en "\r\033[K" echo -e "${idsCL[LightCyan]}Average for last '${scansfound}' : ${idsCL[LightGreen]}(${average}s)${spct}${idsCL[Green]}${average_disp}${idsCL[Default]}" DIVIDER . lightCyan 60 - echo -e "${idsCL[Cyan]} - Normal runs '${scansfound_norm}' : ${idsCL[LightCyan]}(${average_norm}s)${spca}${idsCL[Cyan]}${average_norm_disp}${idsCL[Default]}" + echo -e "${idsCL[Cyan]} - Normal runs '${scansfound_norm}' : ${idsCL[LightCyan]}(${average_norm}s)${spca}${idsCL[Cyan]}${average_norm_disp}${idsCL[Default]}" 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 -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"