Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/consts2
-rw-r--r--include/functions3
2 files changed, 4 insertions, 1 deletions
diff --git a/include/consts b/include/consts
index 84c2143f..d8486d26 100644
--- a/include/consts
+++ b/include/consts
@@ -260,6 +260,8 @@ unset LANG
YELLOW=""
WHITE=""
+ BOLD="${WHITE}"
+
# With background
BG_BLUE=""
#
diff --git a/include/functions b/include/functions
index 65a91aba..b47cad7b 100644
--- a/include/functions
+++ b/include/functions
@@ -1860,7 +1860,8 @@
SECTION=""
NOTICE=""
OK=""
- BAD=
+ BAD=""
+ BOLD=""
# Normal color names
CYAN=""