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