From: geraldo netto <geraldone...@gmail.com>
Committer: Waldemar Kozaczuk <jwkozac...@gmail.com>
Branch: master

java-newrelic/GET: use wget -c

Signed-off-by: geraldo netto <geraldone...@gmail.com>
Message-Id: <1516131789-8559-19-git-send-email-geraldone...@gmail.com>

---
diff --git a/java-newrelic/GET b/java-newrelic/GET
--- a/java-newrelic/GET
+++ b/java-newrelic/GET
@@ -2,6 +2,5 @@
 set -e
 VERSION=3.10.0

-wget -nc http://download.newrelic.com/newrelic/java-agent/newrelic-agent/$VERSION/newrelic-agent-$VERSION.jar -wget -nc http://download.newrelic.com/newrelic/java-agent/newrelic-agent/$VERSION/newrelic.yml
-cp newrelic-agent-$VERSION.jar newrelic.jar
\ No newline at end of file
+wget -c http://download.newrelic.com/newrelic/java-agent/newrelic-agent/$VERSION/newrelic-agent-$VERSION.jar -O newrelic.jar +wget -c http://download.newrelic.com/newrelic/java-agent/newrelic-agent/$VERSION/newrelic.yml

--
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 osv-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to