mirror of
https://github.com/CISOfy/lynis.git
synced 2025-04-08 17:15:25 +02:00
Using question mark better defines the status then NA for most users
This commit is contained in:
parent
d4a5aba7ea
commit
e86c68e3c5
@ -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…
x
Reference in New Issue
Block a user