diff options
author | onefang | 2019-10-01 23:47:04 +1000 |
---|---|---|
committer | onefang | 2019-10-01 23:47:04 +1000 |
commit | 96b33fa03213e03d8dd4310ce680ac1fc7898097 (patch) | |
tree | adb2226bd997b554c8143ecfb618086fd92f019a | |
parent | Fork original mirror HEAD check to. (diff) | |
download | apt-panopticon-96b33fa03213e03d8dd4310ce680ac1fc7898097.zip apt-panopticon-96b33fa03213e03d8dd4310ce680ac1fc7898097.tar.gz apt-panopticon-96b33fa03213e03d8dd4310ce680ac1fc7898097.tar.bz2 apt-panopticon-96b33fa03213e03d8dd4310ce680ac1fc7898097.tar.xz |
Oops, remove left overs.
-rwxr-xr-x | mirror-checker.lua | 1 |
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) |