mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-23 13:54:35 +02:00
Allow usage of quick=yes in profile
This commit is contained in:
parent
c2d5d93fad
commit
c1f0b5e8b0
@ -158,7 +158,8 @@
|
||||
|
||||
# Quick (no waiting for keypresses)
|
||||
quick)
|
||||
QUICKMODE=`echo ${VALUE} | egrep "^(0|1)$"` || QUICKMODE=0
|
||||
QUICKMODE=0
|
||||
FIND=`echo "${VALUE}" | egrep "^(1|yes)"` && QUICKMODE=1
|
||||
Debug "Quickmode set to ${QUICKMODE}"
|
||||
;;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user