Update status.inc

This commit is contained in:
2023-12-03 22:46:07 -06:00
parent a890795aec
commit d5fd8fe21f

View File

@@ -781,7 +781,7 @@ STATUS_SCANTIMES(){
average=$(bc <<< "scale=1; ${scantimes_total}/${scansfound}")
echo -en "\r\033[K"
echo -e "${idsCL[LightCyan]}Average scan time for the last '${LAST}' scans : ${idsCL[Green]}${average}${idsCL[Default]}\n"
echo -e "${idsCL[LightCyan]}Average scan time for the last '${scansfound}' scans : ${idsCL[Green]}${average}${idsCL[Default]}\n"
}