Maybe fix podman cannot cleanly exit when build interrupted

This commit is contained in:
Wildan M 2026-04-18 10:26:50 +07:00
parent c9489fd8dc
commit cd634c1f69
No known key found for this signature in database
GPG Key ID: 01AC53185C679C79

View File

@ -412,6 +412,6 @@ while [ -n "$CHILDREN" ]; do
done;
if [ -n "$ALL_DESCENDANTS" ]; then
kill -9 $ALL_DESCENDANTS;
kill $ALL_DESCENDANTS;
fi
"#;