Update status.inc
This commit is contained in:
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user