Changed text when no auditor name is specified

This commit is contained in:
mboelen 2016-04-23 17:42:40 +02:00
parent b336304ae6
commit 7823cf60f5
1 changed files with 1 additions and 1 deletions

2
lynis
View File

@ -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
#