Update status.inc
This commit is contained in:
@@ -781,7 +781,7 @@ STATUS_SCANTIMES(){
|
||||
average=$(bc <<< "scale=2; ${scantimes_total}/${scansfound}")
|
||||
|
||||
echo -en "\r\033[K"
|
||||
echo -e "${idsCL[LightCyan]}Average scan time for the last '${scansfound}' scans : ${idsCL[Green]}$(SHOW_TIME ${average})${idsCL[Default]}\n"
|
||||
echo -e "${idsCL[LightCyan]}Average scan time for the last '${scansfound}' scans : ${idsCL[Green]}$(SHOW_TIME ${average} s)${idsCL[Default]}\n"
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user