setup-certbot: Use set -x.

When there's a failure, this can make it much less confusing
to figure out.
This commit is contained in:
Greg Price 2017-11-15 13:27:48 -08:00 committed by Tim Abbott
parent 9adaf3417a
commit 7c887a6741
1 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,8 @@ if [ -n "$show_help" ]; then
usage
fi
set -x
CERTBOT_PATH="/usr/local/sbin/certbot-auto"
# For reference https://certbot.eff.org/all-instructions/#debian-other-nginx
wget -q https://dl.eff.org/certbot-auto -O "$CERTBOT_PATH"