mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Make the UX clearer before sudo
This commit is contained in:
parent
99793c54d6
commit
7a1c37968c
1 changed files with 3 additions and 3 deletions
|
|
@ -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 $@
|
||||
|
|
|
|||
Loading…
Reference in a new issue