Update status.inc
This commit is contained in:
@@ -800,6 +800,7 @@ REPLSTART(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
STATUS_SCANTIMES(){
|
STATUS_SCANTIMES(){
|
||||||
|
start=$(date +%s)
|
||||||
scandefault=200
|
scandefault=200
|
||||||
while [ $# -gt 0 ]; do
|
while [ $# -gt 0 ]; do
|
||||||
case "${1}" in
|
case "${1}" in
|
||||||
@@ -907,8 +908,8 @@ STATUS_SCANTIMES(){
|
|||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
end=`date +%s`; runtime=$((end-start))
|
||||||
echo -e "\n"
|
echo -e "\nRuntime: ${runtime}\n"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user