Skip to content

Commit

Permalink
Remove helper script after use
Browse files Browse the repository at this point in the history
  • Loading branch information
mlschroe committed Oct 31, 2024
1 parent a12052b commit f1d7785
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-recipe-mkosi
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ recipe_build_mkosi() {
done
EOF
chroot "$BUILD_ROOT" sh /checksum.sh
rm -f "$BUILD_ROOT/checksum.sh"

# shellcheck disable=SC2034
BUILD_SUCCEEDED=true
Expand Down

0 comments on commit f1d7785

Please sign in to comment.