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@eff.org>2015-11-11 23:59:36 +0300
committerPeter Eckersley <pde@eff.org>2015-11-11 23:59:36 +0300
commit79646dc42d5891ceec138e0819ac59c098a5c18f (patch)
treedfc7be88340965e5dc508199d524190d0f748095 /letsencrypt-auto
parentdf8cd3e7510692e67712910789e2332fb442425c (diff)
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 b9f95ac14..6a6254125 100755
--- a/letsencrypt-auto
+++ b/letsencrypt-auto
@@ -158,7 +158,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 .