diff options
-rwxr-xr-x | apt-panopticon.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
1023 | for n, r in pairs(APT.options.reports.value) do | 1023 | for n, r in pairs(APT.options.reports.value) do |
1024 | if APT.checkFile("apt-panopticon-report-" .. r .. ".lua") then | 1024 | if APT.checkFile("apt-panopticon-report-" .. r .. ".lua") then |
1025 | I("Creating " .. r .. " report.") | 1025 | I("Creating " .. r .. " report.") |
1026 | APT.execute("./apt-panopticon-report-" .. r .. ".lua") | 1026 | APT.execute("./apt-panopticon-report-" .. r .. ".lua " .. sendArgs) |
1027 | end | 1027 | end |
1028 | end | 1028 | end |
1029 | 1029 | ||