Update status.inc
This commit is contained in:
@@ -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=""
|
||||
|
||||
Reference in New Issue
Block a user