mirror of
https://github.com/CISOfy/lynis.git
synced 2025-04-08 17:15:25 +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()
|
||||
{
|
||||
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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user