From f1d10ea7ae11cd18462644364bf45bd362656f44 Mon Sep 17 00:00:00 2001 From: Gust Date: Thu, 19 Mar 2015 10:59:50 -0300 Subject: [PATCH] Update install_solr.sh --- ci/install_solr.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ci/install_solr.sh b/ci/install_solr.sh index 62f496c..673ce5c 100755 --- a/ci/install_solr.sh +++ b/ci/install_solr.sh @@ -8,14 +8,14 @@ download() { FILE="$2.tgz" if [ -f $FILE ]; then - echo "File $FILE exists." - tar -zxf $FILE + echo "File $FILE exists." + tar -zxf $FILE else - echo "Downloading solr from $1..." - curl -O $1 - tar -zxf $FILE + echo "File $FILE does not exist. Downloading solr from $1..." + curl -O $1 + tar -zxf $FILE fi - echo "Downloaded" + echo "Downloaded!" } is_solr_up(){ -- libgit2 0.21.2