diff options
author | onefang | 2019-10-01 22:19:45 +1000 |
---|---|---|
committer | onefang | 2019-10-01 22:19:45 +1000 |
commit | 115a5e31d0e847ec06e12c8fb754249af6f0cb64 (patch) | |
tree | f1d61f80305ccfc410d7a7f81aca295bc43382cc | |
parent | Reduce default verbosity to critical messages only. (diff) | |
download | apt-panopticon-115a5e31d0e847ec06e12c8fb754249af6f0cb64.zip apt-panopticon-115a5e31d0e847ec06e12c8fb754249af6f0cb64.tar.gz apt-panopticon-115a5e31d0e847ec06e12c8fb754249af6f0cb64.tar.bz2 apt-panopticon-115a5e31d0e847ec06e12c8fb754249af6f0cb64.tar.xz |
TODO++
-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 |