mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
MDEV-17379: galera_new_cluster throws error in 10.3.10
Use exit instead of return.
This commit is contained in:
@ -28,4 +28,4 @@ extcode=$?
|
|||||||
|
|
||||||
systemctl set-environment _WSREP_NEW_CLUSTER=''
|
systemctl set-environment _WSREP_NEW_CLUSTER=''
|
||||||
|
|
||||||
return $extcode
|
exit $extcode
|
||||||
|
Reference in New Issue
Block a user