Update status.inc

This commit is contained in:
2023-12-05 21:45:43 -06:00
parent 1de2d2c20b
commit 7b426a28e7

View File

@@ -795,7 +795,7 @@ STATUS_SCANTIMES(){
((scansfound++))
done
average=$(bc <<< "scale=2; ${scantimes_total}/${scansfound}")
average=$(echo ${average} | awk '{print int($average+0.5)}')
# average=$(echo ${average} | awk '{print int($average+0.5)}')
echo -en "\r\033[K"