Update index.py
This commit is contained in:
parent
160c0296d8
commit
19d0bb68ef
|
|
@ -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…
Reference in New Issue