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