From 1fd5e2c3f68b01558fa59de48fc09de63f28c9ca Mon Sep 17 00:00:00 2001 From: dami Date: Mon, 21 Jul 2025 17:19:20 +0800 Subject: [PATCH] update --- plugins/manticoresearch/index.html | 2 +- plugins/manticoresearch/index.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 = []