We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9600d2 commit f1abc95Copy full SHA for f1abc95
.template.Debian/docker-entrypoint.sh
@@ -251,7 +251,7 @@ docker_load_tzinfo() {
251
mysql_tzinfo_to_sql /usr/share/zoneinfo | sed 's/Local time zone must be set--see zic manual page/FCTY/' | "${mysql[@]}" mysql
252
}
253
254
-docker_main() {
+_main() {
255
mysql_note "Entrypoint script for MySQL Server ${MYSQL_VERSION} started."
256
257
if [ "$1" = 'mysqld' -a -z "$wantHelp" ]; then
@@ -325,5 +325,5 @@ docker_main() {
325
# This checks if the script has been sourced from elsewhere.
326
# If so we don't perform any further actions
327
if [ "${FUNCNAME[${#FUNCNAME[@]} - 1]}" != 'source' ]; then
328
- docker_main "$@"
+ _main "$@"
329
fi
0 commit comments