mirror of
https://github.com/CISOfy/lynis.git
synced 2025-04-08 17:15:25 +02:00
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…
x
Reference in New Issue
Block a user