Skip to content

Commit

Permalink
Do not quit path detection too early (#232)
Browse files Browse the repository at this point in the history
Signed-off-by: Weizhao Ouyang <[email protected]>
  • Loading branch information
ownia authored Nov 28, 2024
1 parent 224a83e commit f93aa4a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions common/uefi_scripts/debug_dump.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,8 @@ for %m in 0 1 2 3 4 5 6 7 8 9 A B C D E F then
if exist FS%m:\acs_results then
FS%m:
cd FS%m:\acs_results
goto DoneCheck
else
goto Done
endif
endfor
:DoneCheck

if exist uefi_dump then
echo "UEFI debug logs already run"
Expand Down

0 comments on commit f93aa4a

Please sign in to comment.