From ac0d5f384bd76f6810661880b124a91b77648202 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 27 Dec 2023 12:07:33 -0600 Subject: [PATCH] Update status.inc --- inc/status.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/status.inc b/inc/status.inc index 34d6f450..07b8d651 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -935,7 +935,7 @@ STATUS_SCANTIMES(){ scantime=$(echo "${scan}" | cut -d '~' -f 2) 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 + if [ ${scanrun} -eq 1 ]; then echo "<-- Replication Run" else echo