mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:05:31 +02:00
Print the final letsencrypt invocation before doing it.
People like to know what they're sudo-ing.
This commit is contained in:
@@ -217,6 +217,7 @@ UNLIKELY_EOF
|
||||
set -e
|
||||
if [ "$PEEP_STATUS" = 0 ]; then
|
||||
echo "Running letsencrypt..."
|
||||
echo " " $SUDO $VENV_BIN/letsencrypt "$@"
|
||||
$SUDO $VENV_BIN/letsencrypt "$@"
|
||||
else
|
||||
# Report error:
|
||||
|
||||
Reference in New Issue
Block a user