Update status.inc
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user