Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2019-12-13 14:36:19 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2019-12-13 14:36:19 +0300
commit1b4b02d8132cdda28d9d93c4509b69a996f65431 (patch)
tree6f12d631fdde46d7163ef436b96139b8b75dbbd6 /include/functions
parentbf4374bb1956c0aa93c9e7b92a786e188dd31968 (diff)
Decrease length of line breaks between tests
Diffstat (limited to 'include/functions')
-rw-r--r--include/functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions b/include/functions
index 9ed5fee7..2094e989 100644
--- a/include/functions
+++ b/include/functions
@@ -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
}