From 79646dc42d5891ceec138e0819ac59c098a5c18f Mon Sep 17 00:00:00 2001 From: Peter Eckersley Date: Wed, 11 Nov 2015 12:59:36 -0800 Subject: [PATCH] Fix misplaced verbosity from pip --- letsencrypt-auto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .