=== modified file 'support-files/wsrep_notify.sh' (properties changed: -x to +x) --- support-files/wsrep_notify.sh 2013-01-08 07:41:24 +0000 +++ support-files/wsrep_notify.sh 2014-03-14 04:35:41 +0000 @@ -85,8 +89,11 @@ shift ;; --members) - MEMBERS=$2 - shift + if [ $INDEX -ge 0 ] + then + MEMBERS=$2 + shift + fi ;; esac shift