Commit 839bf0e2 authored by neilpang's avatar neilpang
Browse files

fix format

parent 25555b8c
...@@ -3351,12 +3351,12 @@ _installcert() { ...@@ -3351,12 +3351,12 @@ _installcert() {
if [ "$Le_ReloadCmd" ]; then if [ "$Le_ReloadCmd" ]; then
_info "Run Le_ReloadCmd: $Le_ReloadCmd" _info "Run Le_ReloadCmd: $Le_ReloadCmd"
if ( if (
export CERT_PATH export CERT_PATH
export CERT_KEY_PATH export CERT_KEY_PATH
export CA_CERT_PATH export CA_CERT_PATH
export CERT_FULLCHAIN_PATH export CERT_FULLCHAIN_PATH
cd "$DOMAIN_PATH" && eval "$Le_ReloadCmd" cd "$DOMAIN_PATH" && eval "$Le_ReloadCmd"
); then ); then
_info "$(__green "Reload success")" _info "$(__green "Reload success")"
else else
_err "Reload error for :$Le_Domain" _err "Reload error for :$Le_Domain"
......
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