Added set options (commented for now) to allow strict testing

This commit is contained in:
mboelen 2015-09-16 17:02:12 +02:00
parent 91c9760598
commit b8fe33c659
1 changed files with 5 additions and 0 deletions

5
lynis
View File

@ -1,5 +1,10 @@
#!/bin/sh
# Quit when commands give exit code greater than zero (-e)
#set -e
# Strict mode (-u)
#set -u
#################################################################################
#
# Lynis