From 3eeae618372b8948cdf643b0320fb3c5200bc45e Mon Sep 17 00:00:00 2001 From: onefang Date: Thu, 2 Jan 2020 01:24:32 +1000 Subject: Fix missing speeds, this time for sure. --- apt-panopticon.lua | 1 + 1 file changed, 1 insertion(+) 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 local f = pu.host if "" ~= ip then f = f .. "_" .. ip end + if APT.redir then f = f .. '_' .. 'R' end local rfile, e = io.open("results/" .. f .. ".lua", "w+") if nil == rfile then C("opening results file - " .. e) else rfile:write(APT.dumpTable(APT.results, "results") .. "\nreturn results\n") -- cgit v1.1