Skip to content
Snippets Groups Projects
Commit b87f16fa authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Fixed non-bashate compliant method signature"

parents 5e610ff5 4abc5149
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ function configure_files { ...@@ -30,7 +30,7 @@ function configure_files {
crudini --set $CFG mariadb wsrep_sst_method "${DB_CLUSTER_WSREP_METHOD}" crudini --set $CFG mariadb wsrep_sst_method "${DB_CLUSTER_WSREP_METHOD}"
} }
function bootstrap_database() { function bootstrap_database {
mysqld_safe & mysqld_safe &
# Waiting for deamon # Waiting for deamon
sleep 10 sleep 10
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment