mirror of https://github.com/CISOfy/lynis.git
Add bold as color
This commit is contained in:
parent
64348b772c
commit
c1d351fe32
|
@ -260,6 +260,8 @@ unset LANG
|
|||
YELLOW="[1;33m"
|
||||
WHITE="[1;37m"
|
||||
|
||||
BOLD="${WHITE}"
|
||||
|
||||
# With background
|
||||
BG_BLUE="[0;44m"
|
||||
#
|
||||
|
|
|
@ -1860,7 +1860,8 @@
|
|||
SECTION=""
|
||||
NOTICE=""
|
||||
OK=""
|
||||
BAD=
|
||||
BAD=""
|
||||
BOLD=""
|
||||
|
||||
# Normal color names
|
||||
CYAN=""
|
||||
|
|
Loading…
Reference in New Issue