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:
-rw-r--r--include/report23
1 files changed, 12 insertions, 11 deletions
diff --git a/include/report b/include/report
index 91856958..fb57bd00 100644
--- a/include/report
+++ b/include/report
@@ -19,17 +19,6 @@
#################################################################################
#
-
- # Only show overview if not running in quiet mode
- if [ ${QUIET} -eq 0 ]; then
- echo ""; echo "================================================================================"
- echo ""; echo " -[ ${WHITE}${PROGRAM_name} ${PROGRAM_version} Results${NORMAL} ]-"
- echo "";
-
-
- if [ ${SHOW_REPORT} -eq 1 ]; then
-
- logtextbreak
#
#################################################################################
#
@@ -88,6 +77,18 @@
logtext "Hardening index : [${HPINDEX}] [${HPBLOCKS}${HPEMPTY}]"
logtext "Hardening strength: ${HIDESCRIPTION}"
+
+ # Only show overview if not running in quiet mode
+ if [ ${QUIET} -eq 0 ]; then
+ echo ""; echo "================================================================================"
+ echo ""; echo " -[ ${WHITE}${PROGRAM_name} ${PROGRAM_version} Results${NORMAL} ]-"
+ echo "";
+
+
+ if [ ${SHOW_REPORT} -eq 1 ]; then
+
+ logtextbreak
+
#
#################################################################################
#