Update status.inc
This commit is contained in:
@@ -768,7 +768,11 @@ STATUS_SCANTIMES(){
|
|||||||
esac
|
esac
|
||||||
shift
|
shift
|
||||||
done
|
done
|
||||||
|
[ "${LAST}" == "" ] && LAST=480
|
||||||
|
scantimes=$(tail -n ${LAST} ${NM_LOGFOLDER}/status-check.scantimes)
|
||||||
|
for scantime in "${scantimes[@]}"; do
|
||||||
|
echo "HERE: $scantime"
|
||||||
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user