mirror of https://github.com/CISOfy/lynis.git
Enhance screen output for plugins
This commit is contained in:
parent
ccf849f214
commit
fb459efeb7
3
lynis
3
lynis
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue