Signed-off-by: geraldo netto <[email protected]>
---
 redis-memonly/GET | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/redis-memonly/GET b/redis-memonly/GET
index 74d343f..7b03e61 100755
--- a/redis-memonly/GET
+++ b/redis-memonly/GET
@@ -6,7 +6,7 @@ set -e
 VERSION=3.2.8
 mkdir upstream
 cd upstream
-wget https://github.com/antirez/redis/archive/$VERSION.tar.gz
+wget -c https://github.com/antirez/redis/archive/$VERSION.tar.gz
 tar xf $VERSION.tar.gz
 cd redis-$VERSION
 patch -p0 -N < ../../patch
-- 
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.

Reply via email to