Update status.inc

This commit is contained in:
2023-12-16 23:32:40 -06:00
parent 4e509a5f63
commit f09fd85459

View File

@@ -800,6 +800,7 @@ REPLSTART(){
}
STATUS_SCANTIMES(){
start=$(date +%s)
scandefault=200
while [ $# -gt 0 ]; do
case "${1}" in
@@ -907,8 +908,8 @@ STATUS_SCANTIMES(){
done
fi
fi
echo -e "\n"
end=`date +%s`; runtime=$((end-start))
echo -e "\nRuntime: ${runtime}\n"
}