Fix misplaced verbosity from pip

This commit is contained in:
Peter Eckersley
2015-11-11 12:59:36 -08:00
parent df8cd3e751
commit 79646dc42d
+1 -1
View File
@@ -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 .