summaryrefslogtreecommitdiffstats
path: root/squid-model.lua
diff options
context:
space:
mode:
Diffstat (limited to 'squid-model.lua')
-rw-r--r--squid-model.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/squid-model.lua b/squid-model.lua
index f23f026..8e20e34 100644
--- a/squid-model.lua
+++ b/squid-model.lua
@@ -57,7 +57,7 @@ end
---
get_status = function()
- local t = procps.pidof(procname)
+ local t = procps.pidof(processname)
local stats
if (t) and (#t > 0) then
stats = "Enabled"