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 .