We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4a28de commit 1332c0aCopy full SHA for 1332c0a
1 file changed
docker/docker-init.sh
@@ -1,5 +1,8 @@
1
#!/bin/bash
2
3
+# A little bit of setup
4
+export LANG=en_GB.UTF-8
5
+
6
echo "Gathering info ..."
7
MYSQLDIR="$(mysqld --verbose --help 2>/dev/null | awk '$1 == "datadir" { print $2; exit }')"
8
if [ ! "$USER" ]; then
0 commit comments