author | Ernesto Alfonso
<erjoalgo@gmail.com> 2023-10-26 23:47:32 UTC |
committer | Alberto Bertogli
<albertito@blitiri.com.ar> 2023-10-27 09:48:34 UTC |
parent | 27fd7e722019121d1aa3c860bb2cdd92d725c648 |
docker/entrypoint.sh | +1 | -1 |
diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index 7093000..5302169 100755 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -62,7 +62,7 @@ for i in /etc/letsencrypt/live/*; do done # We need one domain to use as a default - pick the last one. -ONE_DOMAIN=$i +ONE_DOMAIN=$D # Check that there's at least once certificate at this point. if [ "$CERT_DOMAINS" == "" ]; then