From 5ed69e56f8ed253f6588f102e406ac6e9b111e65 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 11 Feb 2019 00:09:14 -0600 Subject: [PATCH] Update defaults.inc --- defaults.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults.inc b/defaults.inc index bef7fad4..b2c6f4a4 100755 --- a/defaults.inc +++ b/defaults.inc @@ -90,7 +90,7 @@ DISP_HEADER(){ IFS='/'; lastrun_item=(${lastrun}); unset IFS lastrun_item=$(echo ${lastrun_item} | sed "s/.lastrun//g") lastrun_item=$(echo ${lastrun_item} | sed "s/-/ /g") - lastrun_date=`date +%m-%d-%Y`-$(stat -c %Y ${lastrun}) + lastrun_date=$(stat -c %Y ${lastrun}) echo "${lastrun_item~} - ${lastrun_date}" done