Skip to content

Commit bdd76e5

Browse files
committed
Reword error message in _check_config
1 parent a1fce0d commit bdd76e5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

5.5/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ _check_config() {
2323
if ! errors="$("${toRun[@]}" 2>&1 >/dev/null)"; then
2424
cat >&2 <<-EOM
2525
26-
ERROR: mysqld failed while attempting to determine datadir
26+
ERROR: mysqld failed while attempting to check config
2727
command was: "${toRun[*]}"
2828
2929
$errors

5.6/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ _check_config() {
2323
if ! errors="$("${toRun[@]}" 2>&1 >/dev/null)"; then
2424
cat >&2 <<-EOM
2525
26-
ERROR: mysqld failed while attempting to determine datadir
26+
ERROR: mysqld failed while attempting to check config
2727
command was: "${toRun[*]}"
2828
2929
$errors

5.7/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ _check_config() {
2323
if ! errors="$("${toRun[@]}" 2>&1 >/dev/null)"; then
2424
cat >&2 <<-EOM
2525
26-
ERROR: mysqld failed while attempting to determine datadir
26+
ERROR: mysqld failed while attempting to check config
2727
command was: "${toRun[*]}"
2828
2929
$errors

0 commit comments

Comments
 (0)