diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/rabbitmq-server | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rabbitmq-server b/scripts/rabbitmq-server index aeac38e46f..67231fddb4 100755 --- a/scripts/rabbitmq-server +++ b/scripts/rabbitmq-server @@ -374,7 +374,7 @@ else # This is considered an abnormal process termination. Normally, we # don't need to specify this exit code because the shell propagates it. # Unfortunately, the signal handler doesn't work as expected in Dash, - # thus we need to explicitely restate the exit code. + # thus we need to explicitly restate the exit code. trap "stop_rabbitmq_server; exit 0" HUP TERM TSTP trap "stop_rabbitmq_server; exit 130" INT |
