mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
Tools: shim-to-sig.tool fix minor typo
This commit is contained in:
parent
e2819b2e38
commit
cb2e87ffa4
@ -63,7 +63,7 @@ if [ $? -ne 0 ]; then
|
||||
sig-list-to-certs "$certfile" "${certsdir}/vendor" 1>/dev/null
|
||||
|
||||
if [ $? -ne 0 ]; then
|
||||
echo >&2 "ERROR: vendor_authorized contents cannot be processed as cert file or dbx."
|
||||
echo >&2 "ERROR: vendor_authorized contents cannot be processed as cert file or sig list."
|
||||
|
||||
rm -rf "$certsdir"
|
||||
rm "$certfile"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user