Update status.inc
This commit is contained in:
@@ -840,7 +840,7 @@ STATUS_SCANTIMES(){
|
|||||||
done
|
done
|
||||||
[ "${LAST}" == "" ] && LAST=${scandefault}
|
[ "${LAST}" == "" ] && LAST=${scandefault}
|
||||||
|
|
||||||
echo -en "${idsCL[Yellow]}Pulling data and calculating average scan times for the last '${LAST}' scans ... "
|
echo -en "${idsCL[Yellow]}Pulling data and calculating average scan times for the last '$(IDS_NUMBER_FORMAT ${LAST})' scans ... "
|
||||||
|
|
||||||
lastscantime=$(tail -n 1 ${NM_LOGFOLDER}/status-check.scantimes)
|
lastscantime=$(tail -n 1 ${NM_LOGFOLDER}/status-check.scantimes)
|
||||||
lastscantime=$(echo "${lastscantime}" | cut -d '~' -f 2)
|
lastscantime=$(echo "${lastscantime}" | cut -d '~' -f 2)
|
||||||
|
|||||||
Reference in New Issue
Block a user