local-up-cluster: terminate all processes on SIGINT

This commit is contained in:
Clayton Coleman
2014-11-01 18:43:35 -04:00
parent 70aa9cc62c
commit 179213f61c

View File

@@ -147,6 +147,6 @@ cleanup()
exit 0 exit 0
} }
trap cleanup EXIT trap cleanup EXIT SIGINT
while true; do read x; done while true; do read x; done