mirror of https://github.com/CISOfy/lynis.git
Change color when UEFI is disabled
This commit is contained in:
parent
2a22e5c42a
commit
166c35bc69
|
@ -201,7 +201,7 @@
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
if [ ${UEFI_TESTS_PERFORMED} -eq 1 ]; then
|
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
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue