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/parameters4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/parameters b/include/parameters
index 2b115e06..032c8f55 100644
--- a/include/parameters
+++ b/include/parameters
@@ -235,7 +235,8 @@
# Don't use colors
--no-colors | --nocolors)
- NORMAL=""; WARNING=""; SECTION=""; NOTICE=""; OK=""; BAD=""; CYAN=""; MAGENTA=""; PURPLE=""; YELLOW=""; WHITE=""; GREEN=""; RED=""
+ COLORS=0
+ NORMAL=""; WARNING=""; SECTION=""; NOTICE=""; OK=""; BAD=""; BLUE=""; CYAN=""; MAGENTA=""; PURPLE=""; YELLOW=""; WHITE=""; GREEN=""; RED=""
;;
# Disable logging
@@ -287,6 +288,7 @@
# Strip the colors which aren't clearly visible on light backgrounds
--reverse-colors)
+ BLUE="${NORMAL}";
SECTION="${NORMAL}";
NOTICE="${NORMAL}";
CYAN="${NORMAL}";