From 7df426fb821220a8bda9b6e88b4c75db8d7fe2bb Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 10 May 2025 11:45:07 -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 b36f4b7c..fc05420a 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -928,7 +928,7 @@ REPLSTART(){ fi echo "HERE2: ${skip} - ${!PH}" - if [ ${skip} -eq 0 ]; then + if [ ${skip} -eq 0 ] && [ "${!PH}" != "" ]; then echo "not skipped" PH_CMD="ssh -q -o ConnectTimeout=3 -o ConnectionAttempts=1 root@${!PH}" var=${NODETYPE}_REPL_CHECK[@]