From 7e1317a400a1dd2fa363bf2868f70db60eba66f4 Mon Sep 17 00:00:00 2001 From: dami Date: Mon, 21 Jul 2025 16:49:26 +0800 Subject: [PATCH] Update index.py --- plugins/manticoresearch/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/manticoresearch/index.py b/plugins/manticoresearch/index.py index a1a4e15d8..6d77c9c6f 100755 --- a/plugins/manticoresearch/index.py +++ b/plugins/manticoresearch/index.py @@ -183,7 +183,7 @@ def sphOp(method): file = initDreplace() if not mw.isAppleSystem(): - data = mw.execShell('systemctl ' + method + ' sphinx') + data = mw.execShell('systemctl ' + method + ' manticore') if data[1] == '': return 'ok' return 'fail'