mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 16:30:31 +02:00
Make the UX clearer before sudo
This commit is contained in:
+3
-3
@@ -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 $@
|
||||
|
||||
Reference in New Issue
Block a user