Fixed non-bashate compliant method signature
Change-Id: Iae145f6b4413035eb800355a9a72f153b744b4ba Partially-implements: blueprint bashate-gate
This commit is contained in:
parent
e854587c94
commit
4abc514922
@ -30,7 +30,7 @@ function configure_files {
|
||||
crudini --set $CFG mariadb wsrep_sst_method "${DB_CLUSTER_WSREP_METHOD}"
|
||||
}
|
||||
|
||||
function bootstrap_database() {
|
||||
function bootstrap_database {
|
||||
mysqld_safe &
|
||||
# Waiting for deamon
|
||||
sleep 10
|
||||
|
Loading…
x
Reference in New Issue
Block a user