Update index.py
This commit is contained in:
parent
6569a4af3b
commit
7e1317a400
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue