Merge "Fixed non-bashate compliant method signature"

This commit is contained in:
Jenkins 2015-06-19 18:59:59 +00:00 committed by Gerrit Code Review
commit b87f16fac5

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