mirror of https://github.com/CISOfy/lynis.git
Added new profile option: quick
This commit is contained in:
parent
89efa9fae8
commit
36b7d1bcdd
|
@ -156,6 +156,12 @@
|
|||
PROFILE_NAME="${VALUE}"
|
||||
;;
|
||||
|
||||
# Quick (no waiting for keypresses)
|
||||
quick)
|
||||
QUICKMODE=`echo ${VALUE} | egrep "^(0|1)$"` || QUICKMODE=0
|
||||
Debug "Quickmode set to ${QUICKMODE}"
|
||||
;;
|
||||
|
||||
# Inline tips about tool
|
||||
show_tool_tips)
|
||||
SHOW_TOOL_TIPS="${VALUE}"
|
||||
|
|
Loading…
Reference in New Issue