From 166c35bc69587ed94770006a645fc285e6d725ca Mon Sep 17 00:00:00 2001 From: mboelen Date: Tue, 19 Apr 2016 17:45:46 +0200 Subject: [PATCH] Change color when UEFI is disabled --- include/tests_boot_services | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tests_boot_services b/include/tests_boot_services index ac98b35b..b1370964 100644 --- a/include/tests_boot_services +++ b/include/tests_boot_services @@ -201,7 +201,7 @@ fi else if [ ${UEFI_TESTS_PERFORMED} -eq 1 ]; then - Display --indent 2 --text "- Checking UEFI boot" --result DISABLED --color GREEN + Display --indent 2 --text "- Checking UEFI boot" --result DISABLED --color WHITE fi fi fi