Update status.inc
This commit is contained in:
@@ -850,19 +850,6 @@ STATUS_SCANTIMES(){
|
||||
|
||||
|
||||
cw=`expr $(echo "${#average_norm} ${#average_repl} ${#average_xtr} ${#average}" | grep -oE '[0-9]+' | sort -n | tail -n 1) + 3`
|
||||
echo "HERE: ${cw} = ${#average_norm} ${#average_repl} ${#average_xtr} ${#average}"
|
||||
|
||||
# average_norm_disp=$(SHOW_TIME ${average_norm} s)
|
||||
# c=0; spca=''; spc1=`expr ${cw} - ${#average_norm}`; until [ $c = ${spc1} ]; do spca="${spca} "; c=`expr $c + 1`; done
|
||||
# average_repl_disp=$(SHOW_TIME ${average_repl} s)
|
||||
# c=0; spcr=''; spc1=`expr ${cw} - ${#average_repl}`; until [ $c = ${spc1} ]; do spcr="${spcr} "; c=`expr $c + 1`; done
|
||||
# average_xtr_disp=$(SHOW_TIME ${average_xtr} s)
|
||||
# c=0; spcx=''; spc1=`expr ${cw} - ${#average_xtr}`; until [ $c = ${spc1} ]; do spcx="${spcx} "; c=`expr $c + 1`; done
|
||||
# average_disp=$(SHOW_TIME ${average} s)
|
||||
# c=0; spcT=''; spc1=`expr ${cw} - ${#average}`; 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
|
||||
|
||||
average_norm_disp=$(SHOW_TIME ${average_norm} s)
|
||||
c=0; spca=''; spc1=`expr ${cw} - ${#average_norm}`; until [ $c = ${spc1} ]; do spca="${spca} "; c=`expr $c + 1`; done
|
||||
average_repl_disp=$(SHOW_TIME ${average_repl} s)
|
||||
|
||||
Reference in New Issue
Block a user