Commit 79bcb918aad43ca88152839a000a7ff97ee2a7ec
1 parent
d531af58
Exists in
master
and in
90 other branches
server: trap EXIT as well
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
server
| @@ -24,6 +24,6 @@ echo "Hit ctrl-c to stop" | @@ -24,6 +24,6 @@ echo "Hit ctrl-c to stop" | ||
| 24 | echo "Browse to: https://softwarepublico.dev/" | 24 | echo "Browse to: https://softwarepublico.dev/" |
| 25 | echo "Browse to: https://listas.softwarepublico.dev/" | 25 | echo "Browse to: https://listas.softwarepublico.dev/" |
| 26 | echo | 26 | echo |
| 27 | -trap cleanup INT TERM | 27 | +trap cleanup INT TERM EXIT |
| 28 | tail -f /dev/null | 28 | tail -f /dev/null |
| 29 | echo | 29 | echo |