Make domain available to reloadcmd

Le_Domain is empty, but `domain` is not. Exporting the `domain` will make it available.
This commit is contained in:
Alex Bowers 2018-06-11 16:14:52 +01:00 committed by GitHub
parent 084de9d8e0
commit 3b3042e0d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4721,6 +4721,7 @@ _installcert() {
export CA_CERT_PATH
export CERT_FULLCHAIN_PATH
export Le_Domain
export domain
cd "$DOMAIN_PATH" && eval "$_reload_cmd"
); then
_info "$(__green "Reload success")"