diff options
| author | dvs1 | 2024-11-06 10:33:30 +1000 |
|---|---|---|
| committer | dvs1 | 2024-11-06 10:33:30 +1000 |
| commit | 5e950206000105fdb7e679987c72b21ac9857b58 (patch) | |
| tree | 3524da5ce428e52ca20b82a943e7862255bb6f63 | |
| parent | Revert the APT.exe tweaks (diff) | |
| download | apt-panopticon-5e950206000105fdb7e679987c72b21ac9857b58.zip apt-panopticon-5e950206000105fdb7e679987c72b21ac9857b58.tar.gz apt-panopticon-5e950206000105fdb7e679987c72b21ac9857b58.tar.bz2 apt-panopticon-5e950206000105fdb7e679987c72b21ac9857b58.tar.xz | |
Typo-=2
| -rwxr-xr-x | apt-panopticon.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua index 042e510..19950ac 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua | |||
| @@ -641,7 +641,7 @@ local validateURL = function(m) | |||
| 641 | if nil == p.path then p.path = '' end | 641 | if nil == p.path then p.path = '' end |
| 642 | if nil ~= p.port then p.authority = authority .. ':' .. p.port end | 642 | if nil ~= p.port then p.authority = authority .. ':' .. p.port end |
| 643 | if nil == m.FQDN then W("Something wrong in FQDN from mirror_list.txt! nil", "", "", p.authority) else | 643 | if nil == m.FQDN then W("Something wrong in FQDN from mirror_list.txt! nil", "", "", p.authority) else |
| 644 | if m.FQDN ~= p.authority then W("Something wrong in FDQN from mirror_list.txt! " .. m.FDQN, "", "", p.authority) end | 644 | if m.FQDN ~= p.authority then W("Something wrong in FQDN from mirror_list.txt! " .. m.FQDN, "", "", p.authority) end |
| 645 | end | 645 | end |
| 646 | if nil == m.BaseURL then W("Something wrong in BaseURL from mirror_list.txt! nil", "", "", p.authority) else | 646 | if nil == m.BaseURL then W("Something wrong in BaseURL from mirror_list.txt! nil", "", "", p.authority) else |
| 647 | if m.BaseURL ~= (p.authority .. p.path) then W("Something wrong in BaseURL from mirror_list.txt! " .. m.BaseURL, "", "", p.authority) end | 647 | if m.BaseURL ~= (p.authority .. p.path) then W("Something wrong in BaseURL from mirror_list.txt! " .. m.BaseURL, "", "", p.authority) end |
