mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-07 20:21:20 +00:00
local-up-cluster: terminate all processes on SIGINT
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user