update
This commit is contained in:
parent
79e23fe0c7
commit
1fd5e2c3f6
|
|
@ -19,7 +19,7 @@
|
|||
<p onclick="pluginConfigTpl('manticoresearch','', 'conf','config_tpl','read_config_tpl',tryRebuildIndex);">配置修改</p>
|
||||
<p onclick="pluginLogs('manticoresearch','','run_log',30);">运行日志</p>
|
||||
<p onclick="pluginLogs('manticoresearch','','query_log', 30);">查询日志</p>
|
||||
<p onclick="mcsRunStatus();">运行状态</p>
|
||||
<!-- <p onclick="mcsRunStatus();">运行状态</p> -->
|
||||
<p onclick="mcsCommonFunc();">常用功能</p>
|
||||
<p onclick="mcsReadme();">说明</p>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -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 = []
|
||||
|
|
|
|||
Loading…
Reference in New Issue