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>2016-06-18 12:15:39 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-06-18 12:15:39 +0300
commit6861e8065f5cc6a4bcc0432036ce2f30657eb322 (patch)
treea2f5ec10e928d1d51f0ee0df74e1a8d3adb784d1 /include
parent87efe5651f710f588fec7404fa3b4323ba940ed3 (diff)
Improve screen output
Diffstat (limited to 'include')
-rw-r--r--include/profiles4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/profiles b/include/profiles
index 95b57ff4..ccc2067e 100644
--- a/include/profiles
+++ b/include/profiles
@@ -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
#================================================================================