Skip to content

Commit 370a2cb

Browse files
author
Nirbhay Choubey
committed
Fix syntax error in wsrep_sst_common.sh.
1 parent 2fc3dc3 commit 370a2cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/wsrep_sst_common.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ case "$1" in
4848
'--defaults-extra-file')
4949
readonly WSREP_SST_OPT_EXTRA_DEFAULT="$1=$2"
5050
shift
51+
;;
5152
'--defaults-group-suffix')
5253
WSREP_SST_OPT_CONF_SUFFIX="$2"
5354
shift

0 commit comments

Comments
 (0)