Browse Source

Make domain available to reloadcmd

Le_Domain is empty, but `domain` is not. Exporting the `domain` will make it available.
pull/1667/head
Alex Bowers 7 years ago
committed by GitHub
parent
commit
3b3042e0d5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      acme.sh

1
acme.sh

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

Loading…
Cancel
Save