Change color when UEFI is disabled

This commit is contained in:
mboelen 2016-04-19 17:45:46 +02:00
parent 2a22e5c42a
commit 166c35bc69
1 changed files with 1 additions and 1 deletions

View File

@ -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