Signed-off-by: geraldo netto <[email protected]> --- haproxy/GET | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/haproxy/GET b/haproxy/GET index 42cdb62..5c0a417 100755 --- a/haproxy/GET +++ b/haproxy/GET @@ -2,6 +2,6 @@ set -e VERSION=1.5.8 -wget http://www.haproxy.org/download/1.5/src/haproxy-${VERSION}.tar.gz +wget -c http://www.haproxy.org/download/1.5/src/haproxy-${VERSION}.tar.gz tar zxvf haproxy-${VERSION}.tar.gz ln -sf haproxy-$VERSION haproxy -- 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.
