diff --git a/oci/private/load.sh.tpl b/oci/private/load.sh.tpl index 9cf76c1a..6eed820b 100644 --- a/oci/private/load.sh.tpl +++ b/oci/private/load.sh.tpl @@ -36,3 +36,4 @@ mtree_contents="${mtree_contents//"$manifest_root"/$manifest_runfiles_prefix}" "$CONTAINER_CLI" load --input <( "$TAR" --cd "$RUNFILES_DIR" --create --no-xattr --no-mac-metadata @- <<< "$mtree_contents" ) +wait $!