diff options
Diffstat (limited to 'doc/administration')
| -rw-r--r-- | doc/administration/raketasks/check.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/administration/raketasks/check.md b/doc/administration/raketasks/check.md index 7e452ae503d..94d71e32ef9 100644 --- a/doc/administration/raketasks/check.md +++ b/doc/administration/raketasks/check.md @@ -79,10 +79,10 @@ Example output: ## Uploaded Files Integrity The uploads check Rake task will loop through all uploads in the database -and runs two checks to determine the integrity of each file: +and run two checks to determine the integrity of each file: -1. Check if the file exist in the file system. -1. Check if the checksum of the file in the file system matches the checksum in the database. +1. Check if the file exist on the file system. +1. Check if the checksum of the file on the file system matches the checksum in the database. **Omnibus Installation** |
