Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Restore exec
Browse files Browse the repository at this point in the history
  • Loading branch information
luispabon committed Aug 27, 2021
1 parent f90f58e commit 032feea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ if [[ ! -z "${ALLOW_SELF_SIGNED_CERT_KONG}" ]]; then
EXTRA_PARAMS="${EXTRA_PARAMS} --allow-self-signed-cert-kong"
fi;

echo /workdir/certbot-agent certs:update ${EXTRA_PARAMS} ${KONG_ENDPOINT} ${EMAIL} ${DOMAINS}
exec /workdir/certbot-agent certs:update ${EXTRA_PARAMS} ${KONG_ENDPOINT} ${EMAIL} ${DOMAINS}

0 comments on commit 032feea

Please sign in to comment.