Fixed a typo

- Legacy-Id: 10469
This commit is contained in:
Henrik Levkowetz 2015-11-13 17:34:42 +00:00
parent 5ad8db39e9
commit 51f78aa044

View file

@ -101,7 +101,7 @@ done
# The program itself
[ -n "$MYSQLDIR" ] || MYSQLDIR=$parent/data/mysql
[ -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
cd $(dirname $MYSQLDIR)
wget -N $URL && tar xjf ietf_utf8.bin.tar.bz2 && chmod -R go+rwX mysql