Merge "Fixed non-bashate compliant method signature"
This commit is contained in:
commit
b87f16fac5
@ -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…
Reference in New Issue
Block a user