mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-29 08:44:21 +02:00
Disable color status and clear blue color
This commit is contained in:
parent
467c30b16b
commit
1655b5728b
@ -235,7 +235,8 @@
|
|||||||
|
|
||||||
# Don't use colors
|
# Don't use colors
|
||||||
--no-colors | --nocolors)
|
--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
|
# Disable logging
|
||||||
@ -287,6 +288,7 @@
|
|||||||
|
|
||||||
# Strip the colors which aren't clearly visible on light backgrounds
|
# Strip the colors which aren't clearly visible on light backgrounds
|
||||||
--reverse-colors)
|
--reverse-colors)
|
||||||
|
BLUE="${NORMAL}";
|
||||||
SECTION="${NORMAL}";
|
SECTION="${NORMAL}";
|
||||||
NOTICE="${NORMAL}";
|
NOTICE="${NORMAL}";
|
||||||
CYAN="${NORMAL}";
|
CYAN="${NORMAL}";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user