From 44c66b7bc7212be0d97b05114e4b763ef9f11147 Mon Sep 17 00:00:00 2001 From: onefang Date: Thu, 12 Dec 2019 18:56:12 +1000 Subject: Oops, copy-pasta error. --- apt-panopticon.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apt-panopticon.lua') diff --git a/apt-panopticon.lua b/apt-panopticon.lua index 3c9e1d9..4a01974 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua @@ -527,7 +527,7 @@ local postDownload = function(host, r, k) os.execute('mv -f results/pkgmaster.devuan.org/merged/dists/' .. r .. dir .. 'Packages_parsed-sorted Packages/' .. r .. dir .. 'Packages_parsed-sorted') end else - while not APT.checkFile('results/NEW_Release_' .. n .. '.test.txt') do os.execute('sleep 10') end + while not APT.checkFile('results/NEW_Release_' .. r .. '.test.txt') do os.execute('sleep 10') end end os.execute('rm -f results/' .. host .. '/merged/dists/' .. r .. dir .. 'Packages 2>/dev/null') os.execute('rm -f results/' .. host .. '/merged/dists/' .. r .. dir .. 'Packages.* 2>/dev/null') -- cgit v1.1