Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
flatcar-update: Don't end with SIGTERM
The cleanup of all subprocesses through "kill 0" also ends up sending a SIGTERM to the script itself, which prevents ending with a successful return code. Keep track of spawned subprocesses (at least the top ones) and only kill them.
- Loading branch information