aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticon.lua
diff options
context:
space:
mode:
authoronefang2020-01-02 01:24:32 +1000
committeronefang2020-01-02 01:24:32 +1000
commit3eeae618372b8948cdf643b0320fb3c5200bc45e (patch)
tree8963a74341b2943bfc4b5dad1debba106ff5b002 /apt-panopticon.lua
parentMaybe now the missing speeds will show? (diff)
downloadapt-panopticon-3eeae618372b8948cdf643b0320fb3c5200bc45e.zip
apt-panopticon-3eeae618372b8948cdf643b0320fb3c5200bc45e.tar.gz
apt-panopticon-3eeae618372b8948cdf643b0320fb3c5200bc45e.tar.bz2
apt-panopticon-3eeae618372b8948cdf643b0320fb3c5200bc45e.tar.xz
Fix missing speeds, this time for sure.
Diffstat (limited to 'apt-panopticon.lua')
-rwxr-xr-xapt-panopticon.lua1
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")