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:
authormboelen <michael@cisofy.com>2016-04-20 15:14:10 +0300
committermboelen <michael@cisofy.com>2016-04-20 15:14:10 +0300
commit821be1ea0c89997bef8b92235018676020cfb489 (patch)
tree9586b4f42190d40eae580361cbe8ab3cc9591959 /include/functions
parent560acfadf67e0c691c285c3ccb5add6dfe241deb (diff)
Remove color between categories, to prevent new users missing that on white background
Diffstat (limited to 'include/functions')
-rw-r--r--include/functions4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/functions b/include/functions
index ce8b75fb..c99abdd3 100644
--- a/include/functions
+++ b/include/functions
@@ -2184,7 +2184,7 @@
wait_for_keypress()
{
if [ ! ${QUICKMODE} -eq 1 ]; then
- echo ""; echo "[ ${WHITE}Press [ENTER] to continue, or [CTRL]+C to stop${NORMAL} ]"
+ echo ""; echo "[ Press [ENTER] to continue, or [CTRL]+C to stop ]"
read void
fi
}
@@ -2193,7 +2193,7 @@
WaitForKeypress()
{
if [ ! ${QUICKMODE} -eq 1 ]; then
- echo ""; echo "[ ${WHITE}Press [ENTER] to continue, or [CTRL]+C to stop${NORMAL} ]"
+ echo ""; echo "[ Press [ENTER] to continue, or [CTRL]+C to stop ]"
read void
fi
}