File tree 4 files changed +4
-4
lines changed 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ docker_temp_server_start() {
102
102
mysql_note " Waiting for server startup"
103
103
local i
104
104
for i in {30..0}; do
105
- # only use the root password if the database has already been initializaed
105
+ # only use the root password if the database has already been initialized
106
106
# so that it won't try to fill in a password file when it hasn't been set yet
107
107
extraArgs=()
108
108
if [ -z " $DATABASE_ALREADY_EXISTS " ]; then
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ docker_temp_server_start() {
102
102
mysql_note " Waiting for server startup"
103
103
local i
104
104
for i in {30..0}; do
105
- # only use the root password if the database has already been initializaed
105
+ # only use the root password if the database has already been initialized
106
106
# so that it won't try to fill in a password file when it hasn't been set yet
107
107
extraArgs=()
108
108
if [ -z " $DATABASE_ALREADY_EXISTS " ]; then
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ docker_temp_server_start() {
102
102
mysql_note " Waiting for server startup"
103
103
local i
104
104
for i in {30..0}; do
105
- # only use the root password if the database has already been initializaed
105
+ # only use the root password if the database has already been initialized
106
106
# so that it won't try to fill in a password file when it hasn't been set yet
107
107
extraArgs=()
108
108
if [ -z " $DATABASE_ALREADY_EXISTS " ]; then
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ docker_temp_server_start() {
102
102
mysql_note " Waiting for server startup"
103
103
local i
104
104
for i in {30..0}; do
105
- # only use the root password if the database has already been initializaed
105
+ # only use the root password if the database has already been initialized
106
106
# so that it won't try to fill in a password file when it hasn't been set yet
107
107
extraArgs=()
108
108
if [ -z " $DATABASE_ALREADY_EXISTS " ]; then
You can’t perform that action at this time.
0 commit comments