Skip to content

Commit 179213f

Browse files
local-up-cluster: terminate all processes on SIGINT
1 parent 70aa9cc commit 179213f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/local-up-cluster.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,6 @@ cleanup()
147147
exit 0
148148
}
149149

150-
trap cleanup EXIT
150+
trap cleanup EXIT SIGINT
151151

152152
while true; do read x; done

0 commit comments

Comments
 (0)