Commit 781f1a76 authored by Jan Lindström's avatar Jan Lindström

MDEV-17379: galera_new_cluster throws error in 10.3.10

Use exit instead of return.
parent 3074beaa
......@@ -28,4 +28,4 @@ extcode=$?
systemctl set-environment _WSREP_NEW_CLUSTER=''
return $extcode
exit $extcode
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment