Improve log regarding enabled plugins

This commit is contained in:
mboelen 2014-09-18 23:46:05 +02:00
parent 28fc31fdaf
commit 82304397cb

3
lynis
View File

@ -661,7 +661,8 @@
fi fi
logtext "--" logtext "--"
done done
logtext "Plugins finished" logtext "Result: Found ${N_PLUGIN} plugins of which ${N_PLUGIN_ENABLED} are enabled"
logtext "Result: Plugins finished"
if [ ${N_PLUGIN_ENABLED} -eq 0 ]; then if [ ${N_PLUGIN_ENABLED} -eq 0 ]; then
Display --indent 2 --text "- Plugins enabled " --result "NONE" --color WHITE Display --indent 2 --text "- Plugins enabled " --result "NONE" --color WHITE