diff --git a/entrypoint.sh b/entrypoint.sh index efed213..97011e4 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -397,9 +397,10 @@ function runCertbotAsNeeded() { # Accept the terms of service automatically. /home/zulip/deployments/current/scripts/setup/setup-certbot \ --agree-tos \ - --hostname="$SETTING_EXTERNAL_HOST" \ --email="$SETTING_ZULIP_ADMINISTRATOR" \ - --deploy-hook "$ZULIP_CERTBOT_DEPLOY_HOOK" + --deploy-hook "$ZULIP_CERTBOT_DEPLOY_HOOK" \ + -- \ + "$SETTING_EXTERNAL_HOST" echo "LetsEncrypt cert generated." }