Show program details when being verbose

This commit is contained in:
mboelen 2016-04-19 21:09:48 +02:00
parent b1403aac20
commit 4f2ae07fd4

13
lynis
View File

@ -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