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]}"