Signed-off-by: geraldo netto <[email protected]> --- java-newrelic/GET | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/java-newrelic/GET b/java-newrelic/GET index 92ec00b..24e62e3 100755 --- 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 -- 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.
