From 791fea4899588eb888bb84bcccdb24e7f8670691 Mon Sep 17 00:00:00 2001 From: Tom Wiesing Date: Thu, 2 Dec 2021 12:36:35 +0100 Subject: [PATCH] Populate LETSENCRYPT_HOST for 'self' correctly --- distillery/system_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distillery/system_install.sh b/distillery/system_install.sh index 197ca8a..b3b406a 100755 --- a/distillery/system_install.sh +++ b/distillery/system_install.sh @@ -74,7 +74,7 @@ install_resource_dir "compose/ssh" "$DEPLOY_SSH_DIR" # setup the lesencrypt host for the default domain if [ -n "$LETSENCRYPT_HOST" ]; then - LETSENCRYPT_HOST="$DEFAULT_DOMAIN" + LETSENCRYPT_HOST="$SELF_DOMAIN_SPEC" fi; log_info " => Writing 'self' configuration file"