mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Improve screen output
This commit is contained in:
parent
87efe5651f
commit
6861e8065f
1 changed files with 3 additions and 1 deletions
|
|
@ -22,7 +22,6 @@
|
|||
#
|
||||
#################################################################################
|
||||
#
|
||||
Display --indent 2 --text "- Checking profiles..."
|
||||
|
||||
for PROFILE in ${PROFILES}; do
|
||||
LogText "Reading profile/configuration ${PROFILE}"
|
||||
|
|
@ -344,6 +343,9 @@
|
|||
#################################################################################
|
||||
#
|
||||
|
||||
Display --indent 2 --text "- Checking profiles..." --result "DONE" --color GREEN
|
||||
|
||||
|
||||
LogTextBreak
|
||||
|
||||
#================================================================================
|
||||
|
|
|
|||
Loading…
Reference in a new issue