From 8413f001b8328fcc4a93c82befa3e3d66cdb71eb Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 7 Feb 2019 09:35:25 -0600 Subject: [PATCH] Update defaults.inc --- defaults.inc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/defaults.inc b/defaults.inc index 60aa87df..8cedb1ab 100755 --- a/defaults.inc +++ b/defaults.inc @@ -79,12 +79,9 @@ DISP_HEADER(){ } DIVIDER(){ - if [ -z "$2" ]; then - clr='Yellow' - else - clr=$2 + if [ -z "$2" ]; then clr='Yellow' + else clr=$2 fi -} echo -e "${idsCL[${clr}]}-----------------------------------------------------------------------${idsCL[Default]}" if [ "$1" = true ]; then echo ""