mirror of
https://github.com/CISOfy/lynis.git
synced 2025-04-08 17:15:25 +02:00
Add verbose option to profiles
This commit is contained in:
parent
f0e7b531cd
commit
5996dcdc95
@ -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…
x
Reference in New Issue
Block a user