From 19d0bb68ef390df774a5fdb140a998ffab71bf29 Mon Sep 17 00:00:00 2001 From: midoks Date: Fri, 15 Jul 2022 15:32:15 +0800 Subject: [PATCH] Update index.py --- plugins/varnish/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/varnish/index.py b/plugins/varnish/index.py index 5700d2986..84a7404ea 100755 --- a/plugins/varnish/index.py +++ b/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