diff options
-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 60e73f4..0dd1504 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua | |||
@@ -1207,7 +1207,7 @@ else | |||
1207 | APT.args = APT_args | 1207 | APT.args = APT_args |
1208 | APT.logFile = APT_logFile | 1208 | APT.logFile = APT_logFile |
1209 | end | 1209 | end |
1210 | combine(nil, baseFiles) | 1210 | combine('', baseFiles) |
1211 | for ip, a in pairs(IPfiles) do | 1211 | for ip, a in pairs(IPfiles) do |
1212 | if nil == a[1] then | 1212 | if nil == a[1] then |
1213 | for i, f in pairs(a) do | 1213 | for i, f in pairs(a) do |