diff --git a/lynis b/lynis index 6fc3c4c2..3a0241e2 100755 --- a/lynis +++ b/lynis @@ -7,6 +7,7 @@ # # Copyright 2007-2013, Michael Boelen # 2013-2016, CISOfy +# # Web site: https://cisofy.com # # Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are @@ -21,11 +22,6 @@ # ################################################################################# # - # Quit when commands exit with code greater than zero (-e) - #set -e - # Strict mode (-u) - #set -u - # Program information PROGRAM_NAME="Lynis" PROGRAM_AUTHOR="CISOfy"