export Le_Domain for reloadcmd

fix https://github.com/Neilpang/acme.sh/issues/558#issuecomment-289926193
This commit is contained in:
neil 2017-03-29 09:10:42 +08:00
parent e66b4d5390
commit 58d4c74b0b
1 changed files with 1 additions and 0 deletions

View File

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