5.7 sandbox db corrected - url of test db changed

This commit is contained in:
frank-cizmich
2015-12-10 17:32:04 -03:00
parent c6a94bb449
commit 9616c8a415
2 changed files with 1 additions and 1 deletions

View File

@@ -61,7 +61,7 @@ fi
if [ -z "$MYSQL_BASE_DIR" ]; then
(
cd $MYSQL_BIN_DIR
wget -q -O mysql.tar.gz http://hackmysql.com/barebones/$APP/$MYSQL/$ARCH \
wget -q -O mysql.tar.gz http://10.10.7.145:8000/barebones/$APP/$MYSQL/$ARCH \
|| exit 1
tar xvfz mysql.tar.gz
rm mysql.tar.gz