Changeset cf07ed3d4457f4a49ed46b0a1e0185c9dd502ca9
- Timestamp:
- 08/04/08 16:54:24
(5 years ago)
- Author:
- Mark Harrison <mark@omniti.com>
- git-committer:
- Mark Harrison <mark@omniti.com> 1217868864 +0000
- git-parent:
[1e4069401094c15ecc614276bce6a95f30e7496c]
- git-author:
- Mark Harrison <mark@omniti.com> 1217868864 +0000
- Message:
Make sure to reset the file count on each check
git-svn-id: https://labs.omniti.com/resmon/trunk@143 8c0face9-b7db-6ec6-c4b3-d5f7145c7d55
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1e40694 |
rcf07ed3 |
|
| 25 | 25 | $minutes = $arg->{'minutes'}; |
|---|
| 26 | 26 | my $filecount = $arg->{'filecount'} || 1; |
|---|
| | 27 | $newcount = 0; |
|---|
| 27 | 28 | |
|---|
| 28 | 29 | # Then look for new files |
|---|