mirror of https://github.com/CISOfy/lynis.git
Changed text when no auditor name is specified
This commit is contained in:
parent
b336304ae6
commit
7823cf60f5
2
lynis
2
lynis
|
@ -280,7 +280,7 @@ ${NORMAL}
|
|||
fi
|
||||
|
||||
# Initialize and check profile file, auditor name, log file and report file
|
||||
if [ "${AUDITORNAME}" = "" ]; then AUDITORNAME="[Unknown]"; fi
|
||||
if [ "${AUDITORNAME}" = "" ]; then AUDITORNAME="[Not Specified]"; fi
|
||||
if [ "${LOGFILE}" = "" ]; then LOGFILE="/var/log/lynis.log"; fi
|
||||
if [ "${REPORTFILE}" = "" ]; then REPORTFILE="/var/log/lynis-report.dat"; fi
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue