Actually show Secure Boot alerts
This commit is contained in:
parent
80e903577e
commit
6178ae81cd
1 changed files with 1 additions and 0 deletions
|
|
@ -121,6 +121,7 @@ if __name__ == '__main__':
|
|||
sleep(3)
|
||||
try_and_print(message='Running XMPlay...',
|
||||
function=run_xmplay, cs='Started', other_results=other_results)
|
||||
check_secure_boot_status(show_alert=True)
|
||||
|
||||
# Done
|
||||
print_standard('\nDone.')
|
||||
|
|
|
|||
Loading…
Reference in a new issue