diff options
-rwxr-xr-x | apt-panopticon.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua index 2e95d51..da9e4cc 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua | |||
@@ -1072,6 +1072,7 @@ if 0 < #arg then | |||
1072 | 1072 | ||
1073 | local f = pu.host | 1073 | local f = pu.host |
1074 | if "" ~= ip then f = f .. "_" .. ip end | 1074 | if "" ~= ip then f = f .. "_" .. ip end |
1075 | if APT.redir then f = f .. '_' .. 'R' end | ||
1075 | local rfile, e = io.open("results/" .. f .. ".lua", "w+") | 1076 | local rfile, e = io.open("results/" .. f .. ".lua", "w+") |
1076 | if nil == rfile then C("opening results file - " .. e) else | 1077 | if nil == rfile then C("opening results file - " .. e) else |
1077 | rfile:write(APT.dumpTable(APT.results, "results") .. "\nreturn results\n") | 1078 | rfile:write(APT.dumpTable(APT.results, "results") .. "\nreturn results\n") |