From c6288df4f0668a64faebf4bd3a4dedd143bf0643 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 7 Feb 2019 09:42:25 -0600 Subject: [PATCH] Update defaults.inc --- defaults.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults.inc b/defaults.inc index 1b791467..e1fca83a 100755 --- a/defaults.inc +++ b/defaults.inc @@ -79,7 +79,7 @@ DISP_HEADER(){ } DIVIDER(){ - if [ -z ${2+x} ]; then clr='yellow' + if [ -z ${2+x} ]; then clr='Yellow' else clr=$2 fi echo -e "${idsCL[${clr~}]}-----------------------------------------------------------------------${idsCL[Default]}"