From 11b9fd4edd876e5e3c41fa5696cd4b8721279399 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 11 Feb 2019 00:14:54 -0600 Subject: [PATCH] Update defaults.inc --- defaults.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/defaults.inc b/defaults.inc index 7dfab024..a4f8becf 100755 --- a/defaults.inc +++ b/defaults.inc @@ -92,11 +92,10 @@ DISP_HEADER(){ lastrun_item=$(echo ${lastrun_item} | sed "s/-/ /g") lastrun_date=$(stat -c %y ${lastrun}) IFS=' '; lastrun_date=(${lastrun_date}); unset IFS - echo "${lastrun_item~} - ${lastrun_date[0]}" c=0; cw=18; spc='' spc1=${cw}-${#NM_SERVICES[${srvc}]} until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done - echo -en " ${lastrun_item~}${spc}: ${lastrun_date[0]}" + echo -e " ${lastrun_item~}${spc}: ${lastrun_date[0]}" done DIVIDER