1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-14 01:43:11 +00:00

fix format

This commit is contained in:
neilpang
2017-01-22 18:48:21 +08:00
parent 25555b8c3e
commit 839bf0e2c9
+6 -6
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"