* fixed Issue 147: Wrong command for indexing (missing -U /)

git-svn-id: http://redmine-dmsf.googlecode.com/svn/trunk/redmine_dmsf@230 5e329b0b-a2ee-ea63-e329-299493fc886d
This commit is contained in:
vit.jonas@gmail.com 2011-09-14 20:23:39 +00:00
parent 5d0146ca00
commit 08299b705f

View File

@ -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 -U / --db /opt/redmine/files/dmsf_index /opt/redmine/files/dmsf
Use omindex -h for help.