mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-10 14:12:43 +00:00
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:
parent
084de9d8e0
commit
3b3042e0d5
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…
x
Reference in New Issue
Block a user