diff options
Diffstat (limited to 'apt-panopticon.lua')
-rwxr-xr-x | apt-panopticon.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua index 777fdf3..5bbe1b1 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua | |||
@@ -629,6 +629,7 @@ local getMirrors = function () | |||
629 | file:write(APT.dumpTable(mirrors, "mirrors") .. "\nreturn mirrors\n") | 629 | file:write(APT.dumpTable(mirrors, "mirrors") .. "\nreturn mirrors\n") |
630 | file:close() | 630 | file:close() |
631 | end | 631 | end |
632 | if 42 < #mirrors then print(#mirrors .. ' is too many mirrors!') ; os.exit(false) end | ||
632 | return mirrors | 633 | return mirrors |
633 | end | 634 | end |
634 | 635 | ||