Actually show Secure Boot alerts

This commit is contained in:
2Shirt 2018-10-02 23:50:11 -06:00
parent 80e903577e
commit 6178ae81cd

View file

@ -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.')