mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Changed text when no auditor name is specified
This commit is contained in:
parent
b336304ae6
commit
7823cf60f5
1 changed files with 1 additions and 1 deletions
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 a new issue