Skip to content
Snippets Groups Projects
Commit 9a099711 authored by Rick Carback's avatar Rick Carback
Browse files

Trap on interrupt as well as exit so ctrl+c and nonstandard terminates kill the servers

parent b47835d2
No related branches found
No related tags found
Loading
...@@ -30,6 +30,7 @@ finish() { ...@@ -30,6 +30,7 @@ finish() {
} }
trap finish EXIT trap finish EXIT
trap finish INT
sleep 10 # FIXME: We should not need this, but the servers don't respond quickly sleep 10 # FIXME: We should not need this, but the servers don't respond quickly
# enough on boot right now. # enough on boot right now.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment