summaryrefslogtreecommitdiffstats
path: root/fetchmail-controller.lua
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail-controller.lua')
-rw-r--r--fetchmail-controller.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail-controller.lua b/fetchmail-controller.lua
index 8bb6d2a..03668f6 100644
--- a/fetchmail-controller.lua
+++ b/fetchmail-controller.lua
@@ -96,7 +96,7 @@ function expert(self)
--]]
return {
- option={ script=ENV["SCRIPT_NAME"],
+ option={ script=self.conf.script,
prefix=self.conf.prefix,
controller = self.conf.controller,
action = "expert", },