From 821be1ea0c89997bef8b92235018676020cfb489 Mon Sep 17 00:00:00 2001 From: mboelen Date: Wed, 20 Apr 2016 14:14:10 +0200 Subject: [PATCH] Remove color between categories, to prevent new users missing that on white background --- include/functions | 4 ++-- 1 file 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 }