Skip to content

Commit 8e67355

Browse files
authored
Merge pull request #715 from infosiftr/initializaed
Fix typo ("initializaed")
2 parents 776073e + 2e18165 commit 8e67355

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.template.Debian/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ docker_temp_server_start() {
102102
mysql_note "Waiting for server startup"
103103
local i
104104
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
106106
# so that it won't try to fill in a password file when it hasn't been set yet
107107
extraArgs=()
108108
if [ -z "$DATABASE_ALREADY_EXISTS" ]; then

5.6/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ docker_temp_server_start() {
102102
mysql_note "Waiting for server startup"
103103
local i
104104
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
106106
# so that it won't try to fill in a password file when it hasn't been set yet
107107
extraArgs=()
108108
if [ -z "$DATABASE_ALREADY_EXISTS" ]; then

5.7/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ docker_temp_server_start() {
102102
mysql_note "Waiting for server startup"
103103
local i
104104
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
106106
# so that it won't try to fill in a password file when it hasn't been set yet
107107
extraArgs=()
108108
if [ -z "$DATABASE_ALREADY_EXISTS" ]; then

8.0/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ docker_temp_server_start() {
102102
mysql_note "Waiting for server startup"
103103
local i
104104
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
106106
# so that it won't try to fill in a password file when it hasn't been set yet
107107
extraArgs=()
108108
if [ -z "$DATABASE_ALREADY_EXISTS" ]; then

0 commit comments

Comments
 (0)