mirror of https://github.com/CISOfy/lynis.git
Clean up
This commit is contained in:
parent
c21860a468
commit
f42e63129a
6
lynis
6
lynis
|
@ -7,6 +7,7 @@
|
||||||
#
|
#
|
||||||
# Copyright 2007-2013, Michael Boelen
|
# Copyright 2007-2013, Michael Boelen
|
||||||
# 2013-2016, CISOfy
|
# 2013-2016, CISOfy
|
||||||
|
#
|
||||||
# Web site: https://cisofy.com
|
# Web site: https://cisofy.com
|
||||||
#
|
#
|
||||||
# Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are
|
# 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 information
|
||||||
PROGRAM_NAME="Lynis"
|
PROGRAM_NAME="Lynis"
|
||||||
PROGRAM_AUTHOR="CISOfy"
|
PROGRAM_AUTHOR="CISOfy"
|
||||||
|
|
Loading…
Reference in New Issue