aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mirror-checker.lua
diff options
context:
space:
mode:
authoronefang2019-09-26 03:22:28 +1000
committeronefang2019-09-26 03:22:28 +1000
commitfcbe6aa161b415d9aa3617a17ca4c5700724adf5 (patch)
tree2e4392616cc7e41bb55313fc8b01783bd20f9bea /mirror-checker.lua
parentDocument the new LuaSec dependency. (diff)
downloadapt-panopticon-fcbe6aa161b415d9aa3617a17ca4c5700724adf5.zip
apt-panopticon-fcbe6aa161b415d9aa3617a17ca4c5700724adf5.tar.gz
apt-panopticon-fcbe6aa161b415d9aa3617a17ca4c5700724adf5.tar.bz2
apt-panopticon-fcbe6aa161b415d9aa3617a17ca4c5700724adf5.tar.xz
Whitespace fix.
Diffstat (limited to '')
-rwxr-xr-xmirror-checker.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/mirror-checker.lua b/mirror-checker.lua
index aab62cc..6675a49 100755
--- a/mirror-checker.lua
+++ b/mirror-checker.lua
@@ -499,7 +499,7 @@ if 0 < #arg then
499 if nil ~= arg[2] then I(" Using IP " .. arg[2]) end 499 if nil ~= arg[2] then I(" Using IP " .. arg[2]) end
500 if nil ~= arg[3] then I(" Using file " .. arg[3]); end 500 if nil ~= arg[3] then I(" Using file " .. arg[3]); end
501 if testing("Integrity") or testing("Updated") then 501 if testing("Integrity") or testing("Updated") then
502 if nil == arg[3] then 502 if nil == arg[3] then
503 if not keep then execute("rm -fr results/" .. pu.host) end 503 if not keep then execute("rm -fr results/" .. pu.host) end
504 cut = 0 504 cut = 0
505 for t in arg[1]:gmatch("(/)") do 505 for t in arg[1]:gmatch("(/)") do