From 4e41e819d8f9f24f382268de9274f28c785794df Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 10 May 2025 11:40:01 -0500 Subject: [PATCH] Update status.inc --- inc/status.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inc/status.inc b/inc/status.inc index 9a3189e7..37533500 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -916,6 +916,7 @@ REPLSTART(){ PH=${NODETYPE}_HOSTS[0] PHA=${NODETYPE}_HOSTS skip=0 + echo "HERE1: ${skip} - ${!PH}" if [ -f ${NM_TMPFOLDER}/${!PH}.disable ] || [ -f ${NM_TMPFOLDER}/${!PH}.down ]; then rm -f ${STATUSRUN_TMPFOLDER}/repl.${rcheck}.${!PH}.running touch ${STATUSRUN_TMPFOLDER}/repl.${rcheck}.${!PH}.skip @@ -925,6 +926,7 @@ REPLSTART(){ PH=${NODETYPE}_HOSTS[1] fi fi + echo "HERE2: ${skip} - ${!PH}" if [ ${skip} -eq 0 ]; then PH_CMD="ssh -q -o ConnectTimeout=3 -o ConnectionAttempts=1 root@${!PH}"