Update index.py

pull/130/head
midoks 3 years ago
parent 160c0296d8
commit 19d0bb68ef
  1. 2
      plugins/varnish/index.py

@ -106,7 +106,7 @@ def reload():
def runInfo():
cmd = "/usr/bin/varnishstat -j"
cmd = "varnishstat -j"
data = mw.execShell(cmd)[0].strip()
return data

Loading…
Cancel
Save