diff --git a/plugins/manticoresearch/index.html b/plugins/manticoresearch/index.html index b625d8f91..c87b57169 100755 --- a/plugins/manticoresearch/index.html +++ b/plugins/manticoresearch/index.html @@ -19,7 +19,7 @@

配置修改

运行日志

查询日志

-

运行状态

+

常用功能

说明

diff --git a/plugins/manticoresearch/index.py b/plugins/manticoresearch/index.py index 891166e60..06ff1e534 100755 --- a/plugins/manticoresearch/index.py +++ b/plugins/manticoresearch/index.py @@ -292,7 +292,7 @@ def sphinxConfParse(): sindex = re.findall(rep, content) indexlen = len(sindex) cmd = {} - cmd['cmd'] = bin_dir + '/bin/bin/indexer -c ' + bin_dir + '/sphinx.conf' + cmd['cmd'] = bin_dir + '/bin/bin/indexer -c ' + bin_dir + '/mkdir.conf' cmd['index'] = [] cmd_index = []