From 291221a3fcbc820943fe3505b2a6d6534f36b67c Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2009 15:48:12 +0000 Subject: Updated for startstop in core 0.5.0 --- fetchmail-model.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fetchmail-model.lua') diff --git a/fetchmail-model.lua b/fetchmail-model.lua index eab1701..9dde434 100644 --- a/fetchmail-model.lua +++ b/fetchmail-model.lua @@ -367,8 +367,8 @@ end function startstop_service(action) local result = modelfunctions.startstop_service(processname, action) - table.insert(result.value.actions.value, "run") - table.insert(result.value.actions.value, "test") + table.insert(result.value.actions.value, "Run") + table.insert(result.value.actions.value, "Test") if action and (action:lower() == "run" or action:lower() == "test") then result.value.result.errtxt = nil local cmd -- cgit v1.2.3