From 6a1d554f8dcc5f371e408e2eee77a6388a268cce Mon Sep 17 00:00:00 2001 From: onefang Date: Mon, 23 Dec 2019 15:27:16 +1000 Subject: Send any arguments to reports. --- apt-panopticon.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apt-panopticon.lua b/apt-panopticon.lua index 355f0fa..1212ba1 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua @@ -1023,7 +1023,7 @@ else for n, r in pairs(APT.options.reports.value) do if APT.checkFile("apt-panopticon-report-" .. r .. ".lua") then I("Creating " .. r .. " report.") - APT.execute("./apt-panopticon-report-" .. r .. ".lua") + APT.execute("./apt-panopticon-report-" .. r .. ".lua " .. sendArgs) end end -- cgit v1.1