Update index.py

pull/109/head
midoks 3 years ago
parent 253c3521cc
commit b0cae9c8cb
  1. 2
      plugins/mysql/index.py

@ -375,6 +375,8 @@ def my8cmd(version, method):
my8cmd(version, method) my8cmd(version, method)
else: else:
if method == "stop":
mw.execShell(cmd)
subprocess.Popen(cmd, stdout=subprocess.PIPE, shell=True, subprocess.Popen(cmd, stdout=subprocess.PIPE, shell=True,
bufsize=4096, stderr=subprocess.PIPE) bufsize=4096, stderr=subprocess.PIPE)
return 'ok' return 'ok'

Loading…
Cancel
Save