Skip to content
Permalink
Browse files
typo fixed: [[space]] -> [[:space:]]
  • Loading branch information
vuvova committed Jun 7, 2022
1 parent 19c7216 commit 7c4efab
Showing 1 changed file with 1 addition and 1 deletion.
@@ -842,7 +842,7 @@ EOF
fi

if [ $WSREP_SST_OPT_BYPASS -eq 0 ]; then
if grep -m1 -qE "^$BYPASS_TAG([[space]]+.*)?\$" -- "$MAGIC_FILE"; then
if grep -m1 -qE "^$BYPASS_TAG([[:space:]]+.*)?\$" -- "$MAGIC_FILE"; then
readonly WSREP_SST_OPT_BYPASS=1
readonly WSREP_TRANSFER_TYPE='IST'
fi

0 comments on commit 7c4efab

Please sign in to comment.