From b947ac67f06f4035afc7cb1d3f64f2f82f575920 Mon Sep 17 00:00:00 2001 From: Stefano Date: Tue, 20 May 2025 17:02:59 -0500 Subject: [PATCH] Fixed typo --- infrastructure/userdata.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/userdata.sh b/infrastructure/userdata.sh index e894352..db8a3e0 100644 --- a/infrastructure/userdata.sh +++ b/infrastructure/userdata.sh @@ -36,7 +36,7 @@ EOF crontab -u root -l >/dev/null 2>&1 || (echo "" | crontab -u root -) # Install and configure acme.sh -curl https://get.acme.sh | sh -s email=${LEFTENCRYPT_EMAIL} +curl https://get.acme.sh | sh -s email="${LETSENCRYPT_EMAIL}" # Configure acme.sh to use DNS API for FreeDNS . "/.acme.sh/acme.sh.env"