mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Added set options (commented for now) to allow strict testing
This commit is contained in:
parent
91c9760598
commit
b8fe33c659
1 changed files with 5 additions and 0 deletions
5
lynis
5
lynis
|
|
@ -1,5 +1,10 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Quit when commands give exit code greater than zero (-e)
|
||||
#set -e
|
||||
# Strict mode (-u)
|
||||
#set -u
|
||||
|
||||
#################################################################################
|
||||
#
|
||||
# Lynis
|
||||
|
|
|
|||
Loading…
Reference in a new issue