aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2019-10-01 23:47:04 +1000
committeronefang2019-10-01 23:47:04 +1000
commit96b33fa03213e03d8dd4310ce680ac1fc7898097 (patch)
treeadb2226bd997b554c8143ecfb618086fd92f019a
parentFork original mirror HEAD check to. (diff)
downloadapt-panopticon-96b33fa03213e03d8dd4310ce680ac1fc7898097.zip
apt-panopticon-96b33fa03213e03d8dd4310ce680ac1fc7898097.tar.gz
apt-panopticon-96b33fa03213e03d8dd4310ce680ac1fc7898097.tar.bz2
apt-panopticon-96b33fa03213e03d8dd4310ce680ac1fc7898097.tar.xz
Oops, remove left overs.
-rwxr-xr-xmirror-checker.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/mirror-checker.lua b/mirror-checker.lua
index 9ff81a2..6ffbad9 100755
--- a/mirror-checker.lua
+++ b/mirror-checker.lua
@@ -330,7 +330,6 @@ checkHost = function (orig, host, path, ip, file)
330 else 330 else
331 if orig == host then 331 if orig == host then
332 D("checkHost " .. orig .. "" .. file) 332 D("checkHost " .. orig .. "" .. file)
333-- checkFiles(orig, orig, path);
334 if testing("IPv4") then execute("ionice -c3 ./mirror-checker.lua " .. sendArgs .. " -o " .. orig .. path .. " " .. file .." &") end 333 if testing("IPv4") then execute("ionice -c3 ./mirror-checker.lua " .. sendArgs .. " -o " .. orig .. path .. " " .. file .." &") end
335 else D("checkHost " .. orig .. " -> " .. host) end 334 else D("checkHost " .. orig .. " -> " .. host) end
336 gatherIPs(ph.host) 335 gatherIPs(ph.host)