From ad62281864dff63ddd082c579fb5a6f7770f66fe Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 7 Feb 2019 09:41:06 -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 7cc2fc39..e1fca83a 100755 --- a/defaults.inc +++ b/defaults.inc @@ -79,7 +79,7 @@ DISP_HEADER(){ } DIVIDER(){ - if [ -z ${2t+x} ]; then clr='Yellow' + if [ -z ${2+x} ]; then clr='Yellow' else clr=$2 fi echo -e "${idsCL[${clr~}]}-----------------------------------------------------------------------${idsCL[Default]}"