Enhance screen output for plugins

This commit is contained in:
mboelen 2014-11-25 14:22:02 +01:00
parent ccf849f214
commit fb459efeb7
1 changed files with 2 additions and 1 deletions

3
lynis
View File

@ -646,8 +646,9 @@
report "plugin_enabled_phase1[]=${FIND2}|${PLUGIN_VERSION}|"
N_PLUGIN_ENABLED=`expr ${N_PLUGIN_ENABLED} + 1`
#logtext "PLUGIN EXECUTION SKIPPED, STILL EXPERIMENTAL"
Display --indent 2 --text "- ${CYAN}Plugin${NORMAL}: ${WHITE}${FIND2}${NORMAL}"
Display --indent 2 --text "- ${CYAN}Plugin${NORMAL}: ${WHITE}${FIND2}${NORMAL}" --no-break
. ${PLUGINFILE}
Display --indent 0 --text " "
logtextbreak
logtext "Result: ${FIND2} plugin (phase 1) finished"
else