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 b62dbc6..52e11eb 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua | |||
@@ -1069,6 +1069,7 @@ if 0 < #arg then | |||
1069 | 1069 | ||
1070 | local f = pu.host | 1070 | local f = pu.host |
1071 | if "" ~= ip then f = f .. "_" .. ip end | 1071 | if "" ~= ip then f = f .. "_" .. ip end |
1072 | -- TODO - perhaps number them if there's more than one? | ||
1072 | if APT.redir then f = f .. '_' .. 'R' end | 1073 | if APT.redir then f = f .. '_' .. 'R' end |
1073 | local rfile, e = io.open("results/" .. f .. ".lua", "w+") | 1074 | local rfile, e = io.open("results/" .. f .. ".lua", "w+") |
1074 | if nil == rfile then C("opening results file - " .. e) else | 1075 | if nil == rfile then C("opening results file - " .. e) else |