diff --git a/inc/status.inc b/inc/status.inc index 2e5f5013..286beb0b 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -873,7 +873,7 @@ STATUS_SCANTIMES(){ c=0; spcT=''; spc1=`expr ${cw} - ${#average_disp}`; until [ $c = ${spc1} ]; do spct="${spct} "; c=`expr $c + 1`; done lastscantime_disp=$(SHOW_TIME ${lastscantime} s) - c=0; spcb=''; spc1=`expr ${cw} - ${#lastscantime#*~}`; until [ $c = ${spc1} ]; do spcb="${spcb} "; c=`expr $c + 1`; done + c=0; spcb=''; spc1=`expr ${cw} - ${#lastscantime}`; until [ $c = ${spc1} ]; do spcb="${spcb} "; c=`expr $c + 1`; done [ -f ${NM_TMPFOLDER}/.replcheck ] && last_replcheck=$(date -d @$(stat -c %Y ${NM_TMPFOLDER}/.replcheck) "+%Y-%m-%d %H:%M:%S") || last_replcheck=""