Fix export path for certificate files (#794)

assign the value for NETBIRD_LETSENCRYPT_DOMAIN
in the base.setup.env file
This commit is contained in:
Maycon Santos
2023-04-07 10:34:17 +02:00
committed by GitHub
parent 0aad9169e9
commit 8f9826b207
2 changed files with 2 additions and 2 deletions

View File

@@ -143,8 +143,6 @@ then
unset NETBIRD_LETSENCRYPT_DOMAIN
unset NETBIRD_MGMT_API_CERT_FILE
unset NETBIRD_MGMT_API_CERT_KEY_FILE
else
export NETBIRD_LETSENCRYPT_DOMAIN="$NETBIRD_DOMAIN"
fi
env | grep NETBIRD