From: geraldo netto <[email protected]>
Committer: Waldemar Kozaczuk <[email protected]>
Branch: master
tomcat-benchmark/GET: use wget -c
Signed-off-by: geraldo netto <[email protected]>
Message-Id: <[email protected]>
---
diff --git a/tomcat-benchmark/GET b/tomcat-benchmark/GET
--- a/tomcat-benchmark/GET
+++ b/tomcat-benchmark/GET
@@ -3,7 +3,7 @@
VER=osv-v1
if [ ! -e servlet.war ];then
- wget
https://github.com/cloudius-systems/FrameworkBenchmarks/releases/download/${VER}/servlet.war
+ wget -c
https://github.com/cloudius-systems/FrameworkBenchmarks/releases/download/${VER}/servlet.war
fi
mkdir -p ROOTFS/usr/tomcat/webapps/
zip servlet.war META-INF/context.xml
--
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.