From 71333e822d299f106e680607102705b8127d0139 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 10 May 2025 11:41:13 -0500 Subject: [PATCH] Update status.inc --- inc/status.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/inc/status.inc b/inc/status.inc index 37533500..4fcd7b43 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -929,6 +929,7 @@ REPLSTART(){ echo "HERE2: ${skip} - ${!PH}" if [ ${skip} -eq 0 ]; then + echo "skipped" PH_CMD="ssh -q -o ConnectTimeout=3 -o ConnectionAttempts=1 root@${!PH}" var=${NODETYPE}_REPL_CHECK[@] if [ ! -z ${!var+x} ]; then @@ -939,7 +940,10 @@ REPLSTART(){ ${PH_CMD} 'find '${NM_REPL_CHECK_LOC[${rcheck}]}' -iname "*.sync-conflict-*" -exec rm {} \;' & done fi + else + echo "not skipped" fi + echo } REMOVE_CONFLICT_SYNC_FILES(){