Update status.inc

This commit is contained in:
2023-12-05 21:42:43 -06:00
parent 54024d0b3a
commit 7c2050a48c

View File

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