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-07-05 20:56:38 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-07-05 20:56:38 +0300
commit1655b5728bfd42166bc931058892e5b3fe45991e (patch)
tree874bd99e8449168ac4b102e220da3f85870403ae
parent467c30b16b680d288729880f031fe3e55c3951a0 (diff)
Disable color status and clear blue color
-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}";