Update defaults.inc

This commit is contained in:
2019-02-11 11:59:34 -06:00
parent 3de9aa65bc
commit b84d865004

View File

@@ -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