From 3253c0623267619f0f74343a0ba6e71db910eeb4 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 7 Feb 2019 08:02:49 -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 3a3364ae..27278d1d 100755 --- a/defaults.inc +++ b/defaults.inc @@ -62,7 +62,7 @@ DISP_HEADER(){ } DIVIDER(){ - echo -e "${idsCL[Yellow]}-------------------------------------------------------------${idsCL[Default]}" + echo -e "${idsCL[Yellow]}-----------------------------------------------------------------------${idsCL[Default]}" if [ "$1" = true ]; then echo "" fi