From 028b30dfc4d0ee0fee20ae4eb145b2780ca8cbe8 Mon Sep 17 00:00:00 2001 From: "vit.jonas@gmail.com" Date: Tue, 30 Aug 2011 07:12:16 +0000 Subject: [PATCH] * fixed cron description git-svn-id: http://redmine-dmsf.googlecode.com/svn/trunk/redmine_dmsf@228 5e329b0b-a2ee-ea63-e329-299493fc886d --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 515dadfe..f68f01c0 100644 --- a/README.txt +++ b/README.txt @@ -78,7 +78,7 @@ It is necessary to index DMSF files with omega before searching attemts to recie This command must be run on regular basis (e.g. from cron) Example of cron job (once per hour at 8th minute): - * 8 * * * root /usr/bin/omindex -s english -l 1 --db /opt/redmine/files/dmsf_index /opt/redmine/files/dmsf + 8 * * * * root /usr/bin/omindex -s english -l 1 --db /opt/redmine/files/dmsf_index /opt/redmine/files/dmsf Use omindex -h for help.