We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ad8db3 commit 51f78aaCopy full SHA for 51f78aa
1 file changed
docker/setupdb
@@ -101,7 +101,7 @@ done
101
# The program itself
102
103
[ -n "$MYSQLDIR" ] || MYSQLDIR=$parent/data/mysql
104
-[ -n "$URL"] || URL=https://www.ietf.org/lib/dt/sprint/ietf_utf8.bin.tar.bz2
+[ -n "$URL" ] || URL=https://www.ietf.org/lib/dt/sprint/ietf_utf8.bin.tar.bz2
105
106
cd $(dirname $MYSQLDIR)
107
wget -N $URL && tar xjf ietf_utf8.bin.tar.bz2 && chmod -R go+rwX mysql
0 commit comments