mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 05:14:18 +08:00
Maybe fix podman cannot cleanly exit when build interrupted
This commit is contained in:
parent
c9489fd8dc
commit
cd634c1f69
@ -412,6 +412,6 @@ while [ -n "$CHILDREN" ]; do
|
||||
done;
|
||||
|
||||
if [ -n "$ALL_DESCENDANTS" ]; then
|
||||
kill -9 $ALL_DESCENDANTS;
|
||||
kill $ALL_DESCENDANTS;
|
||||
fi
|
||||
"#;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user