mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Add verbose option to profiles
This commit is contained in:
parent
f0e7b531cd
commit
5996dcdc95
1 changed files with 6 additions and 0 deletions
|
|
@ -247,6 +247,12 @@
|
|||
UPLOAD_SERVER="${VALUE}"
|
||||
;;
|
||||
|
||||
# Verbose output (--verbose)
|
||||
verbose)
|
||||
FIND=`echo "${VALUE}" | egrep "^(1|yes)"` && VERBOSE=1
|
||||
Debug "Verbose set to ${VERBOSE}"
|
||||
;;
|
||||
|
||||
# Catch all bad options and bail out
|
||||
*)
|
||||
LogText "Unknown option ${OPTION} (with value: ${VALUE})"
|
||||
|
|
|
|||
Loading…
Reference in a new issue