diff options
author | onefang | 2020-01-02 18:00:17 +1000 |
---|---|---|
committer | onefang | 2020-01-02 18:00:17 +1000 |
commit | a465bc470911f24167fa5aa52f600f51cd01317d (patch) | |
tree | e58830f6aaa651bfe3a55dcaf33a8a8cc0bf23e3 | |
parent | Clean out commented stuff that is no longer needed. (diff) | |
download | apt-panopticon-a465bc470911f24167fa5aa52f600f51cd01317d.zip apt-panopticon-a465bc470911f24167fa5aa52f600f51cd01317d.tar.gz apt-panopticon-a465bc470911f24167fa5aa52f600f51cd01317d.tar.bz2 apt-panopticon-a465bc470911f24167fa5aa52f600f51cd01317d.tar.xz |
TODO++
-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 |