You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .template.Debian/docker-entrypoint.sh
+2-2
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,7 @@ docker_stop_server() {
125
125
}
126
126
127
127
# Verify that the minimally required password settings are set for new databases.
128
-
docker_verify_env() {
128
+
docker_verify_minimum_env() {
129
129
if [ -z"$MYSQL_ROOT_PASSWORD"-a-z"$MYSQL_ALLOW_EMPTY_PASSWORD"-a-z"$MYSQL_RANDOM_ROOT_PASSWORD" ];then
130
130
docker_error "Database is uninitialized and password option is not specified \n\tYou need to specify one of MYSQL_ROOT_PASSWORD, MYSQL_ALLOW_EMPTY_PASSWORD and MYSQL_RANDOM_ROOT_PASSWORD"
131
131
fi
@@ -272,7 +272,7 @@ docker_main() {
272
272
273
273
# If this is true then there's no database, and it needs to be initialized
0 commit comments