Skip to content

Commit

Permalink
build: fix typo in nginx container entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Nov 5, 2023
1 parent a37697a commit 75f1b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/container-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ if [ -n "${FMTM_SCRIPT_DOMAIN}" ]; then
echo "FMTM_SCRIPT_DOMAIN variable set. Generating separate certificate."
certbot --non-interactive certonly \
--webroot --webroot-path=/var/www/certbot \
--email "${CERT_EMAIL}" --agress-tos --no-eff-email \
--email "${CERT_EMAIL}" --agree-tos --no-eff-email \
-d "${FMTM_SCRIPT_DOMAIN}"
fi

Expand Down

0 comments on commit 75f1b70

Please sign in to comment.