diff options
author | louise <louise> | 2009-04-15 08:45:08 +0000 |
---|---|---|
committer | louise <louise> | 2009-04-15 08:45:08 +0000 |
commit | 9ffc9c0b2beb523f7727186fdf73c4fcaf368116 (patch) | |
tree | b39bbd14e0429ec31f6992e00b2d2e832c226bf3 /script/update-xapian-index | |
parent | 9ede7859490742e01889db0db4e61b9af588013a (diff) |
Redirect cron mail back to team address, switch off verbose option in update-xapian-index
Diffstat (limited to 'script/update-xapian-index')
-rwxr-xr-x | script/update-xapian-index | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/update-xapian-index b/script/update-xapian-index index 72de02575..7f38fee80 100755 --- a/script/update-xapian-index +++ b/script/update-xapian-index @@ -1,5 +1,5 @@ #!/bin/bash cd `dirname $0` -rake --silent verbose=true xapian:update_index +rake --silent xapian:update_index |