diff --git a/lynis b/lynis index bfed1256..b1e4fc99 100755 --- a/lynis +++ b/lynis @@ -721,7 +721,18 @@ ${NORMAL} # ################################################################################# # - + if IsVerbose; then + InsertSection "Program Details" + Display --indent 2 --text "- Verbose mode" --result "YES" --color GREEN + if IsDebug; then + Display --indent 2 --text "- Debug mode" --result "YES" --color GREEN + else + Display --indent 2 --text "- Debug mode" --result "NO" --color RED + fi + fi +# +################################################################################# +# # Plugins if [ ${RUN_PLUGINS} -eq 1 ]; then