1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-17379: galera_new_cluster throws error in 10.3.10

Use exit instead of return.
This commit is contained in:
Jan Lindström
2018-11-09 08:41:05 +02:00
parent 3074beaad6
commit 781f1a765b

View File

@ -28,4 +28,4 @@ extcode=$?
systemctl set-environment _WSREP_NEW_CLUSTER=''
return $extcode
exit $extcode