Browse Source

Fix error message variable when reload cmd returns with an error

pull/6282/head
Szabolcs Magyar 4 weeks ago
committed by GitHub
parent
commit
8a27c902ff
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      acme.sh

2
acme.sh

@ -5986,7 +5986,7 @@ _installcert() {
); then
_info "$(__green "Reload successful")"
else
_err "Reload error for: $Le_Domain"
_err "Reload error for: $_main_domain"
fi
fi

Loading…
Cancel
Save