setup-certbot: Eliminate obnoxious wget spew.

This commit is contained in:
Greg Price 2017-11-14 15:14:52 -08:00 committed by Tim Abbott
parent 3f1f70fae2
commit dd32348fca
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ fi
CERTBOT_PATH="/usr/local/sbin/certbot-auto"
# For reference https://certbot.eff.org/all-instructions/#debian-other-nginx
wget https://dl.eff.org/certbot-auto -O "$CERTBOT_PATH"
wget -q https://dl.eff.org/certbot-auto -O "$CERTBOT_PATH"
chmod a+x "$CERTBOT_PATH"
"$CERTBOT_PATH" --standalone certonly -d "$DOMAIN" -m "$EMAIL" --agree-tos --non-interactive