mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user