From 7a1c37968cd35f9f7087cfaac24460afdf75bfeb Mon Sep 17 00:00:00 2001 From: Peter Eckersley Date: Wed, 14 Oct 2015 17:21:36 -0700 Subject: [PATCH] Make the UX clearer before sudo --- letsencrypt-auto | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/letsencrypt-auto b/letsencrypt-auto index 7f7533f39..7ee715bf4 100755 --- a/letsencrypt-auto +++ b/letsencrypt-auto @@ -68,7 +68,7 @@ else $VENV_BIN/pip install -U letsencrypt letsencrypt-apache letsencrypt-nginx > /dev/null fi -# TODO: install apache and nginx plugins by default? -# --pre is not necessary for dev releases in more recent pip versions - +# Explain what's about to happen, for the benefit of those getting sudo +# password prompts... +echo "Running with virtualenv:" sudo $VENV_BIN/letsencrypt "$@" sudo $VENV_BIN/letsencrypt $@