diff options
Diffstat (limited to 'cron-model.lua')
-rw-r--r-- | cron-model.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cron-model.lua b/cron-model.lua index 00295ee..e2b1f2e 100644 --- a/cron-model.lua +++ b/cron-model.lua @@ -66,7 +66,7 @@ end -- PUBLIC FUNCTIONS function mymodule.get_startstop(self, clientdata) - return modelfunctions.get_startstop(processname) + return modelfunctions.get_startstop(processname) end function mymodule.startstop_service(self, startstop, action) |