mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-29 16:54:26 +02:00
Decrease length of line breaks between tests
This commit is contained in:
parent
bf4374bb19
commit
1b4b02d813
@ -2004,7 +2004,7 @@
|
||||
LogTextBreak() {
|
||||
if [ ! "${LOGFILE}" = "" -a ${LOGTEXT} -eq 1 ]; then
|
||||
CDATE=$(date "+%Y-%m-%d %H:%M:%S")
|
||||
echo "${CDATE} ===---------------------------------------------------------------===" >> ${LOGFILE}
|
||||
echo "${CDATE} ====" >> ${LOGFILE}
|
||||
fi
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user