mirror of
https://github.com/CISOfy/lynis.git
synced 2025-04-08 17:15:25 +02:00
Show program details when being verbose
This commit is contained in:
parent
b1403aac20
commit
4f2ae07fd4
13
lynis
13
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user