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 2c0b86e..c5b76b3 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua | |||
@@ -681,7 +681,7 @@ if 0 < #arg then | |||
681 | if 4 > (totalTimeouts) then | 681 | if 4 > (totalTimeouts) then |
682 | if APT.origin and (APT.options.roundRobin.value ~= pu.host) then | 682 | if APT.origin and (APT.options.roundRobin.value ~= pu.host) then |
683 | while 0 < APT.checkExes(downloadLock .. "META-" .. pu.host .. ".lock") do os.execute("sleep 10") end | 683 | while 0 < APT.checkExes(downloadLock .. "META-" .. pu.host .. ".lock") do os.execute("sleep 10") end |
684 | os.execute( "rm -f results/" .. pu.host .. ".curl 2>/dev/null; rm -f results/curl-META-" .. pu.host .. ".lock 2>/dev/null; " .. | 684 | os.execute( "rm -f results/" .. pu.host .. ".curl 2>/dev/null; rm -f results/curl-META-" .. pu.host .. ".lock 2>/dev/null; " .. |
685 | "mv results/curl-META-" .. pu.host .. ".log results/curl-Release-" .. pu.host .. ".log") | 685 | "mv results/curl-META-" .. pu.host .. ".log results/curl-Release-" .. pu.host .. ".log") |
686 | for i, n in pairs(releases) do | 686 | for i, n in pairs(releases) do |
687 | for l, o in pairs(releaseFiles) do | 687 | for l, o in pairs(releaseFiles) do |