Signed-off-by: geraldo netto <[email protected]> --- mysql/GET | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mysql/GET b/mysql/GET index 0f6b2c9..57ed3f8 100755 --- a/mysql/GET +++ b/mysql/GET @@ -7,7 +7,7 @@ ROOTDIR=$BASEDIR/install SRCDIR=$BASEDIR/mysql-$VERSION if [ ! -f mysql-$VERSION.tar.gz ]; then - wget http://dev.mysql.com/get/Downloads/MySQL-5.6/mysql-$VERSION.tar.gz + wget -c http://dev.mysql.com/get/Downloads/MySQL-5.6/mysql-$VERSION.tar.gz fi tar zxf mysql-$VERSION.tar.gz -- 2.7.4 -- You received this message because you are subscribed to the Google Groups "OSv Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
