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