Signed-off-by: geraldo netto <[email protected]> --- tomcat-benchmark/GET | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/tomcat-benchmark/GET b/tomcat-benchmark/GET index 30b1756..1640f9e 100755 --- 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 -- 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.
