From e9c7338cdad33766aa08ad53401eb8cb9b8d95fe Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Thu, 11 Sep 2025 10:55:18 +0100 Subject: vendor.sh: clean out 7ztest on startup otherwise, some files from a previous me.bin scan might still be there, which could lead to the wrong me.bin being found. Signed-off-by: Leah Rowe --- include/vendor.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/vendor.sh b/include/vendor.sh index 504e68a8..b5a2a42b 100644 --- a/include/vendor.sh +++ b/include/vendor.sh @@ -148,6 +148,7 @@ extract_intel_me() _7ztest="$xbtmp/metmp/a" _metmp="$xbtmp/me.bin" x_ rm -f "$_metmp" "$xbtmp/a" + x_ rm -Rf "$_7ztest" mfs="" if [ "$ME11bootguard" = "y" ]; then -- cgit v1.2.1