Update status.inc

This commit is contained in:
2025-05-10 11:45:07 -05:00
parent 573ec1ff54
commit 7df426fb82

View File

@@ -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[@]