Update status.inc

This commit is contained in:
2023-12-05 22:02:16 -06:00
parent 457d28b977
commit ebe5b8c2da

View File

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