suppress success message
This commit is contained in:
@@ -232,7 +232,8 @@ if (!$quiet) {
|
||||
if ($warnings) {
|
||||
print "validate-unified-files: $warnings warning(s)\n";
|
||||
} else {
|
||||
print "validate-unified-files: OK (no stray files)\n";
|
||||
# This runs from cron; don't print anything on success
|
||||
# print "validate-unified-files: OK (no stray files)\n";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user