Update status.inc
This commit is contained in:
@@ -928,7 +928,7 @@ REPLSTART(){
|
|||||||
fi
|
fi
|
||||||
echo "HERE2: ${skip} - ${!PH}"
|
echo "HERE2: ${skip} - ${!PH}"
|
||||||
|
|
||||||
if [ ${skip} -eq 0 ]; then
|
if [ ${skip} -eq 0 ] && [ "${!PH}" != "" ]; then
|
||||||
echo "not skipped"
|
echo "not skipped"
|
||||||
PH_CMD="ssh -q -o ConnectTimeout=3 -o ConnectionAttempts=1 root@${!PH}"
|
PH_CMD="ssh -q -o ConnectTimeout=3 -o ConnectionAttempts=1 root@${!PH}"
|
||||||
var=${NODETYPE}_REPL_CHECK[@]
|
var=${NODETYPE}_REPL_CHECK[@]
|
||||||
|
|||||||
Reference in New Issue
Block a user