Update status.inc

This commit is contained in:
2023-12-05 22:02:37 -06:00
parent 973cdd3b75
commit e3a315b853

View File

@@ -794,7 +794,7 @@ STATUS_SCANTIMES(){
scantimes_total=$(bc <<< "scale=2; ${scantimes_total}+${scantime}")
((scansfound++))
done
average=$(ROUND_NUMBER $(bc <<< "scale=2; ${scantimes_total}/${scansfound}"))
average=$(ROUND_NUMBER $(bc <<< "scale=2; ${scantimes_total}/${scansfound}") 0)
echo -en "\r\033[K"