Update index.py

pull/494/head
midoks 2 years ago
parent e86707d752
commit be2cfa4407
  1. 2
      plugins/redis/index.py

@ -145,7 +145,7 @@ def redisOp(method):
return 'ok'
return data[1]
data = mw.execShell('systemctl ' + method + ' redis')
data = mw.execShell('systemctl ' + method + ' ' + getPluginName())
if data[1] == '':
return 'ok'
return data[1]

Loading…
Cancel
Save