Commit 8dda6d79 authored by Jan Lindström's avatar Jan Lindström Committed by GitHub

Merge pull request #850 from HeMan/10.3

Return code from starting MariaDB.
parents ffd583bb ff5a482d
...@@ -27,4 +27,8 @@ COMPILATION_COMMENT="@COMPILATION_COMMENT@" ...@@ -27,4 +27,8 @@ COMPILATION_COMMENT="@COMPILATION_COMMENT@"
systemctl set-environment _WSREP_NEW_CLUSTER='--wsrep-new-cluster' && \ systemctl set-environment _WSREP_NEW_CLUSTER='--wsrep-new-cluster' && \
systemctl start ${1:-mariadb} systemctl start ${1:-mariadb}
extcode=$?
systemctl set-environment _WSREP_NEW_CLUSTER='' systemctl set-environment _WSREP_NEW_CLUSTER=''
return $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