Skip to content

Commit

Permalink
word
Browse files Browse the repository at this point in the history
  • Loading branch information
tanfarming committed Oct 14, 2023
1 parent 5b6d9d8 commit f5f01f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/certbotbot/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ echo "CERTBOT_EMAIL=$CERTBOT_EMAIL"
echo "CERT_NAME=$CERT_NAME"
echo "CP_TO_NS=$CP_TO_NS"
echo "LETSENCRYPT_ACCOUNT=$LETSENCRYPT_ACCOUNT"
if [ -z $INGRESS_WAIT ]; then INGRESS_WAIT="30"
if [ -z $INGRESS_WAIT ]; then INGRESS_WAIT="30"; fi

if ! [ -z $LETSENCRYPT_ACCOUNT ]; then
acctDir="/etc/letsencrypt/accounts/acme-v02.api.letsencrypt.org/directory/"
Expand Down

0 comments on commit f5f01f4

Please sign in to comment.