From 609d8248f68782175ba622f5a301691be4fef072 Mon Sep 17 00:00:00 2001 From: Gustavo Jaruga Cruz Date: Tue, 5 Aug 2014 12:45:55 -0300 Subject: [PATCH] Fixing rm to remove tgz file after install --- fabfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fabfile.py b/fabfile.py index 1dfda53..d111863 100644 --- a/fabfile.py +++ b/fabfile.py @@ -275,7 +275,7 @@ def install_solr(): run('cp -rf /tmp/solr-4.6.1 ~/solr-4.6.1') run('mv ~/solr-4.6.1/example ~/solr-4.6.1/colab') run('chmod +x ~/solr-4.6.1/colab/start.jar') - run('rm /tmp/solr-4.6.1') + run('rm /tmp/solr-4.6.1.tgz') with cd('~/solr-4.6.1/colab/solr/collection1/conf/'): if not exists('stopwords_en.txt'): -- libgit2 0.21.2