From 1de17cc5bc52fdc06a384e6722b4c03210e0f240 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 30 Apr 2023 22:15:57 -0500 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 f9bb8a37..70c06cbd 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -482,7 +482,7 @@ STATUS(){ replruntime=$((replend-replstart)) replnoderuntime=$((replend-replnodestart)) replcheckruntime=$((replend-replcheckstart)) - rrmsg="$(SHOW_TIME ${replruntime} s) since copy, $(SHOW_TIME ${replcheckruntime} s) since check start & $(SHOW_TIME ${replnoderuntime} s) since node check" + rrmsg="$(SHOW_TIME ${replruntime} s) (copy) $(SHOW_TIME ${replcheckruntime} s) (start) $(SHOW_TIME ${replnoderuntime} s) (node)" if [ "${timeout}" = "true" ]; then if [ "${ST_ACTION}" != "check" ]; then echo -e "${idsCL[Red]}Timeout${idsCL[Default]} - ${rrmsg}"