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

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

Signed-off-by: geraldo netto <[email protected]>
Message-Id: <[email protected]>

---
diff --git a/solr/GET b/solr/GET
--- a/solr/GET
+++ b/solr/GET
@@ -5,9 +5,7 @@ VERSION=4.8.1
 SRC_DIR=solr-$VERSION
 TARBALL=$SRC_DIR.tgz

-if [ ! -e $TARBALL ];then
-    wget -c http://archive.apache.org/dist/lucene/solr/$VERSION/$TARBALL
-fi
+wget -c http://archive.apache.org/dist/lucene/solr/$VERSION/$TARBALL
 rm -rf $SRC_DIR ROOTFS
 tar zxf $TARBALL

--
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