Update index.py

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

@ -142,7 +142,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