From fb459efeb7c408aa2962d08a20a80f114eea03e8 Mon Sep 17 00:00:00 2001 From: mboelen Date: Tue, 25 Nov 2014 14:22:02 +0100 Subject: [PATCH] Enhance screen output for plugins --- lynis | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lynis b/lynis index fc6c6f40..1ab0e2ac 100755 --- a/lynis +++ b/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