Skip to content

Commit

Permalink
Remove extra asterisk in documentation (agile).
Browse files Browse the repository at this point in the history
git-svn-id: svn://rubyforge.org/var/svn/fauna/ultrasphinx/trunk@1725 c1ad287d-65d5-445d-b84c-e64f8492f1e6
  • Loading branch information
evanweaver committed Mar 11, 2008
1 parent 6315c86 commit eeefdd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEPLOYMENT_NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ It's easy to keep the search daemon and the indexer running in a production envi

*/6 * * * * bash -c 'cd /path/to/production/current/; RAILS_ENV=production \
rake ultrasphinx:index:delta >> /log/ultrasphinx-index.log 2>&1'
1 4 * * * * bash -c 'cd /path/to/production/current/; RAILS_ENV=production \
1 4 * * * bash -c 'cd /path/to/production/current/; RAILS_ENV=production \
rake ultrasphinx:index:main >> /log/ultrasphinx-index.log 2>&1'
*/3 * * * * bash -c 'cd /path/to/production/current/; RAILS_ENV=production \
rake ultrasphinx:daemon:start >> /log/ultrasphinx-daemon.log 2>&1'
Expand Down

0 comments on commit eeefdd8

Please sign in to comment.