mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Remove color between categories, to prevent new users missing that on white background
This commit is contained in:
parent
560acfadf6
commit
821be1ea0c
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue