mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Using question mark better defines the status then NA for most users
This commit is contained in:
parent
d4a5aba7ea
commit
e86c68e3c5
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@
|
|||
echo " ${SECTION}Lynis Modules${NORMAL}:"
|
||||
if [ ${COMPLIANCE_TESTS_PERFORMED} -eq 1 ]; then
|
||||
if [ ${COMPLIANCE_FINDINGS_FOUND} -eq 0 ]; then COMPLIANCE="${GREEN}V"; else COMPLIANCE="${RED}X"; fi
|
||||
else COMPLIANCE="${YELLOW}NA";
|
||||
else COMPLIANCE="${YELLOW}?";
|
||||
fi
|
||||
echo " - Compliance Status [${COMPLIANCE}${NORMAL}]"
|
||||
echo " - Security Audit [${GREEN}V${NORMAL}]"
|
||||
|
|
|
|||
Loading…
Reference in a new issue