mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Add bold as color
This commit is contained in:
parent
64348b772c
commit
c1d351fe32
2 changed files with 4 additions and 1 deletions
|
|
@ -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 a new issue