Update status.inc

This commit is contained in:
2023-12-05 21:42:09 -06:00
parent 5bb5839429
commit 54024d0b3a

View File

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