diff options
Diffstat (limited to '')
-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) |