Update status.inc

This commit is contained in:
2024-01-11 13:56:58 -06:00
parent 4982166895
commit f60a90cb58

View File

@@ -1009,6 +1009,7 @@ STATUS_SCANTIMES(){
scanrun=$(echo "${scan}" | cut -d '~' -f 3)
echo -en "${idsCL[White]} ${scandate} (${scantime}s) ${idsCL[Yellow]}$(SHOW_TIME ${scantime} s) "
[ ${scanrun} -eq 1 ] && echo -n "<-- Replication Run "
[ ${scanrun} -eq 2 ] && echo -n "<-- Replication & Clean Run "
[ ${scantime} -ge 60 ] && echo -n "<-- Long Run"
echo -e "${idsCL[Default]}"
done