Signed-off-by: geraldo netto <[email protected]> --- tomcat-quercus/GET | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tomcat-quercus/GET b/tomcat-quercus/GET index 75aded3..9a21043 100755 --- 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/ -- 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.
