From e86c68e3c54ae92329046745ce41aa2a74788f64 Mon Sep 17 00:00:00 2001 From: mboelen Date: Wed, 13 Apr 2016 21:49:43 +0200 Subject: [PATCH] Using question mark better defines the status then NA for most users --- include/report | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/report b/include/report index efeef26b..34c7f81f 100644 --- a/include/report +++ b/include/report @@ -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}]"