mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Set variable instead of using return, otherwise other parameters won't be checked
This commit is contained in:
parent
b384fa2887
commit
d621355b7e
1 changed files with 1 additions and 1 deletions
|
|
@ -415,7 +415,7 @@
|
|||
;;
|
||||
|
||||
--usecwd)
|
||||
return
|
||||
USE_CWD=1
|
||||
;;
|
||||
|
||||
--verbose)
|
||||
|
|
|
|||
Loading…
Reference in a new issue