Trekky12
4 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|
|