Update index.py

This commit is contained in:
dami 2025-07-21 16:49:26 +08:00
parent 6569a4af3b
commit 7e1317a400
1 changed files with 1 additions and 1 deletions

View File

@ -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'