mirror of https://github.com/CISOfy/lynis.git
Improve screen output
This commit is contained in:
parent
87efe5651f
commit
6861e8065f
|
@ -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 New Issue