mirror of https://github.com/zulip/zulip.git
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:
parent
9adaf3417a
commit
7c887a6741
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue