Update defaults.inc
This commit is contained in:
@@ -90,7 +90,7 @@ DISP_HEADER(){
|
||||
IFS='/'; lastrun_item=(${lastrun}); unset IFS
|
||||
lastrun_item=$(echo ${lastrun_item[4]} | sed "s/.lastrun//g")
|
||||
lastrun_item=$(echo ${lastrun_item} | sed "s/-/ /g")
|
||||
lastrun_date=$(stat -c %Y ${lastrun})
|
||||
lastrun_date=$(stat -c %y ${lastrun})
|
||||
echo "${lastrun_item~} - ${lastrun_date}"
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user