Update defaults.inc
This commit is contained in:
@@ -95,7 +95,7 @@ DISP_HEADER(){
|
|||||||
c=0; cw=18; spc=''
|
c=0; cw=18; spc=''
|
||||||
spc1=${cw}-${#lastrun_item}
|
spc1=${cw}-${#lastrun_item}
|
||||||
until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done
|
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
|
done
|
||||||
|
|
||||||
DIVIDER
|
DIVIDER
|
||||||
|
|||||||
Reference in New Issue
Block a user