mirror of https://github.com/CISOfy/lynis.git
Disable color status and clear blue color
This commit is contained in:
parent
467c30b16b
commit
1655b5728b
|
@ -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}";
|
||||
|
|
Loading…
Reference in New Issue