Browse Source

Merge 071abb8f75 into 0cef5edac2

pull/6747/merge
Trekky12 4 days ago
committed by GitHub
parent
commit
f8fc27ff2c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      acme.sh

2
acme.sh

@ -3455,7 +3455,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