Update defaults.inc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user