Update status.inc

This commit is contained in:
2023-12-27 12:08:16 -06:00
parent ac0d5f384b
commit 5f4a0cf4f3

View File

@@ -936,9 +936,9 @@ STATUS_SCANTIMES(){
scanrun=$(echo "${scan}" | cut -d '~' -f 3)
echo -en "${idsCL[White]} ${scandate} (${scantime}s) ${idsCL[Yellow]}$(SHOW_TIME ${scantime} s) "
if [ ${scanrun} -eq 1 ]; then
echo "<-- Replication Run"
echo -n "<-- Replication Run"
else
echo
echo -n
fi
echo -e "${idsCL[Default]}"
done