mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-29 16:54:26 +02:00
Remove color between categories, to prevent new users missing that on white background
This commit is contained in:
parent
560acfadf6
commit
821be1ea0c
@ -2184,7 +2184,7 @@
|
|||||||
wait_for_keypress()
|
wait_for_keypress()
|
||||||
{
|
{
|
||||||
if [ ! ${QUICKMODE} -eq 1 ]; then
|
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
|
read void
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
@ -2193,7 +2193,7 @@
|
|||||||
WaitForKeypress()
|
WaitForKeypress()
|
||||||
{
|
{
|
||||||
if [ ! ${QUICKMODE} -eq 1 ]; then
|
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
|
read void
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user