Trekky12 7 days ago
committed by GitHub
parent
commit
6358b13fa4
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      acme.sh

2
acme.sh

@ -3454,7 +3454,7 @@ _restoreNginx() {
done
_info "Reloading nginx"
if ! nginx -s reload >/dev/null; then
if ! nginx -s reload >/dev/null 2>&1; then
_err "An error occurred while reloading nginx, please open an issue on $PROJECT."
return 1
fi

Loading…
Cancel
Save