From: geraldo netto <[email protected]> Committer: Waldemar Kozaczuk <[email protected]> Branch: master
tomcat-quercus/GET: use wget -c Signed-off-by: geraldo netto <[email protected]> Message-Id: <[email protected]> --- diff --git a/tomcat-quercus/GET b/tomcat-quercus/GET --- a/tomcat-quercus/GET +++ b/tomcat-quercus/GET @@ -2,6 +2,6 @@ VERSION=4.0.39 -wget -O quercus.war http://caucho.com/download/quercus-${VERSION}.war +wget -c -O quercus.war http://caucho.com/download/quercus-${VERSION}.war mkdir -p ROOTFS/usr/tomcat/webapps/ cp quercus.war ROOTFS/usr/tomcat/webapps/ -- 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.
