Update status.inc

This commit is contained in:
2023-12-16 21:03:10 -06:00
parent 143e86855f
commit cfc05c95e3

View File

@@ -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=""