From 2e18165feaeeac8ec1b68ef68945d22fd73f817f Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Mon, 28 Sep 2020 14:33:37 -0700 Subject: [PATCH] Fix typo ("initializaed") --- .template.Debian/docker-entrypoint.sh | 2 +- 5.6/docker-entrypoint.sh | 2 +- 5.7/docker-entrypoint.sh | 2 +- 8.0/docker-entrypoint.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.template.Debian/docker-entrypoint.sh b/.template.Debian/docker-entrypoint.sh index 6845ee49b..1e4d134ae 100755 --- a/.template.Debian/docker-entrypoint.sh +++ b/.template.Debian/docker-entrypoint.sh @@ -102,7 +102,7 @@ docker_temp_server_start() { mysql_note "Waiting for server startup" local i for i in {30..0}; do - # only use the root password if the database has already been initializaed + # only use the root password if the database has already been initialized # so that it won't try to fill in a password file when it hasn't been set yet extraArgs=() if [ -z "$DATABASE_ALREADY_EXISTS" ]; then diff --git a/5.6/docker-entrypoint.sh b/5.6/docker-entrypoint.sh index 6845ee49b..1e4d134ae 100755 --- a/5.6/docker-entrypoint.sh +++ b/5.6/docker-entrypoint.sh @@ -102,7 +102,7 @@ docker_temp_server_start() { mysql_note "Waiting for server startup" local i for i in {30..0}; do - # only use the root password if the database has already been initializaed + # only use the root password if the database has already been initialized # so that it won't try to fill in a password file when it hasn't been set yet extraArgs=() if [ -z "$DATABASE_ALREADY_EXISTS" ]; then diff --git a/5.7/docker-entrypoint.sh b/5.7/docker-entrypoint.sh index 6845ee49b..1e4d134ae 100755 --- a/5.7/docker-entrypoint.sh +++ b/5.7/docker-entrypoint.sh @@ -102,7 +102,7 @@ docker_temp_server_start() { mysql_note "Waiting for server startup" local i for i in {30..0}; do - # only use the root password if the database has already been initializaed + # only use the root password if the database has already been initialized # so that it won't try to fill in a password file when it hasn't been set yet extraArgs=() if [ -z "$DATABASE_ALREADY_EXISTS" ]; then diff --git a/8.0/docker-entrypoint.sh b/8.0/docker-entrypoint.sh index 6845ee49b..1e4d134ae 100755 --- a/8.0/docker-entrypoint.sh +++ b/8.0/docker-entrypoint.sh @@ -102,7 +102,7 @@ docker_temp_server_start() { mysql_note "Waiting for server startup" local i for i in {30..0}; do - # only use the root password if the database has already been initializaed + # only use the root password if the database has already been initialized # so that it won't try to fill in a password file when it hasn't been set yet extraArgs=() if [ -z "$DATABASE_ALREADY_EXISTS" ]; then