Commit 5f2e5667 authored by neil's avatar neil Committed by GitHub
Browse files

Merge pull request #752 from Neilpang/dev

export Le_Domain for reloadcmd
parents 40acd9a4 58d4c74b
...@@ -4134,6 +4134,7 @@ _installcert() { ...@@ -4134,6 +4134,7 @@ _installcert() {
export CERT_KEY_PATH export CERT_KEY_PATH
export CA_CERT_PATH export CA_CERT_PATH
export CERT_FULLCHAIN_PATH export CERT_FULLCHAIN_PATH
export Le_Domain
cd "$DOMAIN_PATH" && eval "$_reload_cmd" cd "$DOMAIN_PATH" && eval "$_reload_cmd"
); then ); then
_info "$(__green "Reload success")" _info "$(__green "Reload success")"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment