From: geraldo netto <[email protected]>
Committer: Waldemar Kozaczuk <[email protected]>
Branch: master

tomcat-benchmark/GET: remove if (wget -c handles it)

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
@@ -2,9 +2,7 @@

 VER=osv-v1

-if [ ! -e servlet.war ];then
- wget -c https://github.com/cloudius-systems/FrameworkBenchmarks/releases/download/${VER}/servlet.war
-fi
+wget -c https://github.com/cloudius-systems/FrameworkBenchmarks/releases/download/${VER}/servlet.war
 mkdir -p ROOTFS/usr/tomcat/webapps/
 zip servlet.war META-INF/context.xml
 cp -av servlet.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.

Reply via email to