Fixed non-bashate compliant method signature

Change-Id: Iae145f6b4413035eb800355a9a72f153b744b4ba
Partially-implements: blueprint bashate-gate
This commit is contained in:
Borne Mace 2015-06-19 09:14:45 -07:00
parent e854587c94
commit 4abc514922

View File

@ -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