Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eckersley <pde@users.noreply.github.com>2015-11-13 01:34:55 +0300
committerPeter Eckersley <pde@users.noreply.github.com>2015-11-13 01:34:55 +0300
commit153022c8428afcd14b2b38157da2f419c6a147d1 (patch)
treebcbbdbd2bf22dbc27cf69f03f3d1a87a7903c32e /letsencrypt-auto
parent9273c833f346129888d856baa3fa8d8fa3befe42 (diff)
parent9d68cda93fe9a164fea3c03a3906f3e42dd4bb62 (diff)
Merge pull request #1468 from letsencrypt/auto
Fix misplaced verbosity from pip
Diffstat (limited to 'letsencrypt-auto')
-rwxr-xr-xletsencrypt-auto2
1 files changed, 1 insertions, 1 deletions
diff --git a/letsencrypt-auto b/letsencrypt-auto
index d7168cfcf..25c83cc08 100755
--- a/letsencrypt-auto
+++ b/letsencrypt-auto
@@ -171,7 +171,7 @@ else
$VENV_BIN/pip install -U pip > /dev/null
printf .
# nginx is buggy / disabled for now...
- $VENV_BIN/pip install -r py26reqs.txt
+ $VENV_BIN/pip install -r py26reqs.txt > /dev/null
printf .
$VENV_BIN/pip install -U letsencrypt > /dev/null
printf .