diff options
-rwxr-xr-x | apt-panopticon.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua index 0d866d3..5cf776e 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua | |||
@@ -443,7 +443,7 @@ checkHost = function (orig, host, path, ip, file) | |||
443 | else | 443 | else |
444 | if orig == host then | 444 | if orig == host then |
445 | D("checkHost " .. orig .. "" .. file) | 445 | D("checkHost " .. orig .. "" .. file) |
446 | if APT.testing("IPv4") then APT.fork("ionice -c3 ./apt-panopticon.lua " .. sendArgs .. " -o " .. orig .. path .. " " .. file) end | 446 | APT.fork("ionice -c3 ./apt-panopticon.lua " .. sendArgs .. " -o " .. orig .. path .. " " .. file) |
447 | else D("checkHost " .. orig .. " -> " .. host) end | 447 | else D("checkHost " .. orig .. " -> " .. host) end |
448 | end | 448 | end |
449 | end | 449 | end |