mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-08-13 12:33:30 +02:00
Suppress 'signal process started' message when nginx config is restored (related to issue #4995) (#6747)
This commit is contained in:
parent
92a1b47108
commit
61400500e2
1 changed files with 1 additions and 1 deletions
2
acme.sh
2
acme.sh
|
|
@ -3524,7 +3524,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…
Add table
Add a link
Reference in a new issue