mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-06 03:33:26 +00:00
local-up-cluster: terminate all processes on SIGINT
This commit is contained in:
@@ -147,6 +147,6 @@ cleanup()
|
||||
exit 0
|
||||
}
|
||||
|
||||
trap cleanup EXIT
|
||||
trap cleanup EXIT SIGINT
|
||||
|
||||
while true; do read x; done
|
||||
|
Reference in New Issue
Block a user