Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2016-07-05 18:26:27 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-07-05 18:26:27 +0300
commitbac442c6fe63da6b0cbfbc3c8e27c1126ca7da46 (patch)
tree7593e433e8a2e20193aadee5aeba59362a557d57 /include/report
parent75786a1c80ba783c5552c837930aaba11f74c3fb (diff)
Migrate to new options, including skip-plugins
Diffstat (limited to 'include/report')
-rw-r--r--include/report2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/report b/include/report
index 2b996fc5..af993fbf 100644
--- a/include/report
+++ b/include/report
@@ -167,7 +167,7 @@
echo ""
echo " ${CYAN}Hardening index${NORMAL} : ${WHITE}${HPINDEX}${NORMAL} ${HPGRAPH}"
echo " ${CYAN}Tests performed${NORMAL} : ${WHITE}${CTESTS_PERFORMED}${NORMAL}"
- if [ ${RUN_PLUGINS} -eq 1 ]; then echo " ${CYAN}Plugins enabled${NORMAL} : ${WHITE}${N_PLUGIN_ENABLED}${NORMAL}"; fi
+ if [ ${SKIP_PLUGINS} -eq 0 ]; then echo " ${CYAN}Plugins enabled${NORMAL} : ${WHITE}${N_PLUGIN_ENABLED}${NORMAL}"; fi
echo ""
echo " ${WHITE}Components${NORMAL}:"
if [ ${FIREWALL_ACTIVE} -eq 1 ]; then FIREWALL="${GREEN}V"; else FIREWALL="${RED}X"; fi