Skip to content

Commit

Permalink
print debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
bmanuel committed Sep 26, 2015
1 parent 27b8112 commit 9067067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if [ "$1" = 'mysqld' ]; then
echo >&2 ' Did you forget to add -e MYSQL_ROOT_PASSWORD=... ?'
exit 1
fi

echo "DATAIR: $DATADIR"
mkdir -p "$DATADIR"
chown -R mysql:mysql "$DATADIR"

Expand Down

0 comments on commit 9067067

Please sign in to comment.