From b84d8650044ebe3b6e8be13478c28747ad0dfaf2 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 11 Feb 2019 11:59:34 -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 44a492d3..e48bdba1 100755 --- a/defaults.inc +++ b/defaults.inc @@ -95,7 +95,7 @@ DISP_HEADER(){ c=0; cw=18; spc='' spc1=${cw}-${#lastrun_item} until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done - echo -e " ${lastrun_item~}${spc}: ${lastrun_date[0]}" + echo -e " ${lastrun_item~}${spc}: ${lastrun_date[0]} ${lastrun_date[1]}" done DIVIDER