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