We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67f2bd3 commit 5e10737Copy full SHA for 5e10737
.template.Debian/docker-entrypoint.sh
@@ -171,7 +171,7 @@ docker_init_client_command() {
171
}
172
173
# Store root password in a file for use with the client command
174
-docker_write_password_file() {
+mysql_write_password_file() {
175
# Write the password to the file the client uses
176
if [ ! -z "$MYSQL_ROOT_PASSWORD" ]; then
177
cat >"${PASSFILE}" <<EOF
@@ -296,7 +296,7 @@ docker_main() {
296
297
docker_init_root_user
298
299
- docker_write_password_file
+ mysql_write_password_file
300
301
docker_init_database_user
302
0 commit comments