Merge pull request #1468 from letsencrypt/auto

Fix misplaced verbosity from pip
This commit is contained in:
Peter Eckersley
2015-11-12 14:34:55 -08:00
+1 -1
View File
@@ -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 .