mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-27 07:44:14 +02:00
Added set options (commented for now) to allow strict testing
This commit is contained in:
parent
91c9760598
commit
b8fe33c659
5
lynis
5
lynis
@ -1,5 +1,10 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
# Quit when commands give exit code greater than zero (-e)
|
||||||
|
#set -e
|
||||||
|
# Strict mode (-u)
|
||||||
|
#set -u
|
||||||
|
|
||||||
#################################################################################
|
#################################################################################
|
||||||
#
|
#
|
||||||
# Lynis
|
# Lynis
|
||||||
|
Loading…
x
Reference in New Issue
Block a user