diff options
author | Ted Trask <ttrask01@yahoo.com> | 2016-08-10 15:03:10 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2016-08-10 15:03:10 +0000 |
commit | e5d8b377f40c25e0ae4a1a83634150a6efec344a (patch) | |
tree | 96731a2f0323cee1bf7d16579035cb70d79504fa /gross-model.lua | |
parent | 235410677af031b6f12c5e43d1628221a472dc7e (diff) | |
download | acf-gross-master.tar.bz2 acf-gross-master.tar.xz |
Diffstat (limited to 'gross-model.lua')
-rw-r--r-- | gross-model.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gross-model.lua b/gross-model.lua index e3d5241..ae7473a 100644 --- a/gross-model.lua +++ b/gross-model.lua @@ -21,7 +21,7 @@ local path = "PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin function mymodule.get_startstop(self, clientdata) return modelfunctions.get_startstop(processname) end - + function mymodule.startstop_service(self, startstop, action) return modelfunctions.startstop_service(startstop, action) end |