mirror of https://github.com/CISOfy/lynis.git
Set variable instead of using return, otherwise other parameters won't be checked
This commit is contained in:
parent
b384fa2887
commit
d621355b7e
|
@ -415,7 +415,7 @@
|
|||
;;
|
||||
|
||||
--usecwd)
|
||||
return
|
||||
USE_CWD=1
|
||||
;;
|
||||
|
||||
--verbose)
|
||||
|
|
Loading…
Reference in New Issue