fix format

This commit is contained in:
neilpang 2017-01-22 18:48:21 +08:00
parent 25555b8c3e
commit 839bf0e2c9
1 changed files with 6 additions and 6 deletions

12
acme.sh
View File

@ -3351,12 +3351,12 @@ _installcert() {
if [ "$Le_ReloadCmd" ]; then
_info "Run Le_ReloadCmd: $Le_ReloadCmd"
if (
export CERT_PATH
export CERT_KEY_PATH
export CA_CERT_PATH
export CERT_FULLCHAIN_PATH
cd "$DOMAIN_PATH" && eval "$Le_ReloadCmd"
); then
export CERT_PATH
export CERT_KEY_PATH
export CA_CERT_PATH
export CERT_FULLCHAIN_PATH
cd "$DOMAIN_PATH" && eval "$Le_ReloadCmd"
); then
_info "$(__green "Reload success")"
else
_err "Reload error for :$Le_Domain"