diff options
| -rwxr-xr-x | mirror-checker.lua | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/mirror-checker.lua b/mirror-checker.lua index 6067d90..7e9cfbe 100755 --- a/mirror-checker.lua +++ b/mirror-checker.lua  | |||
| @@ -400,6 +400,7 @@ local getMirrors = function () | |||
| 400 | elseif "Active" == t and nil == d:find("yes", 1, true) then | 400 | elseif "Active" == t and nil == d:find("yes", 1, true) then | 
| 401 | W("Mirror " .. host .. " is not active - " .. d) | 401 | W("Mirror " .. host .. " is not active - " .. d) | 
| 402 | active = false | 402 | active = false | 
| 403 | -- TODO - Should do some input validation on BaseURL. | ||
| 403 | else | 404 | else | 
| 404 | m[t] = d | 405 | m[t] = d | 
| 405 | end | 406 | end | 
