We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfa4cb4 commit 880bb34Copy full SHA for 880bb34
.template.Debian/docker-entrypoint.sh
@@ -212,7 +212,7 @@ docker_init_root_user() {
212
}
213
214
# Creates a custom database and user if specified
215
-docker_init_database_user() {
+docker_setup_db_users() {
216
if [ "$MYSQL_DATABASE" ]; then
217
mysql_note "Creating database ${MYSQL_DATABASE}"
218
echo "CREATE DATABASE IF NOT EXISTS \`$MYSQL_DATABASE\` ;" | "${mysql[@]}"
@@ -297,7 +297,7 @@ _main() {
297
298
mysql_write_password_file
299
300
- docker_init_database_user
+ docker_setup_db_users
301
302
echo
303
for f in /docker-entrypoint-initdb.d/*; do
0 commit comments