diff --git a/hack/local-up-cluster.sh b/hack/local-up-cluster.sh index 3f5a3ada881..27d47e6ead9 100755 --- a/hack/local-up-cluster.sh +++ b/hack/local-up-cluster.sh @@ -147,6 +147,6 @@ cleanup() exit 0 } -trap cleanup EXIT +trap cleanup EXIT SIGINT while true; do read x; done