Update status.inc

This commit is contained in:
2023-04-30 22:15:57 -05:00
parent 803857c4b5
commit 1de17cc5bc

View File

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