diff options
-rwxr-xr-x | mirror-checker.lua | 2 |
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 |