Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2016-08-22 22:45:48 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-08-22 22:45:48 +0300
commitf42e63129ac10ad122683c99a8e6b93751ff2ff3 (patch)
tree3df702feb0e6d3a28b4d48e5af8bc1948d4506b8
parentc21860a4682cb15b7a085c9c507e897ec21ab636 (diff)
Clean up
-rwxr-xr-xlynis6
1 files changed, 1 insertions, 5 deletions
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"