diff options
-rwxr-xr-x | apt-panopticon.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua index d438889..0f260bd 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua | |||
@@ -1281,11 +1281,11 @@ else | |||
1281 | if ln:match('^' .. os.date('!%Y%-%m%-%d ') .. '.*$') then APT.logFile:write(ln .. '\n') end -- %F isn't good enough, coz we have to escape the '-'. | 1281 | if ln:match('^' .. os.date('!%Y%-%m%-%d ') .. '.*$') then APT.logFile:write(ln .. '\n') end -- %F isn't good enough, coz we have to escape the '-'. |
1282 | end | 1282 | end |
1283 | end | 1283 | end |
1284 | APT.logPost() | ||
1284 | end | 1285 | end |
1285 | APT.logPost() | ||
1286 | APT.args = APT_args | 1286 | APT.args = APT_args |
1287 | APT.logFile = APT_logFile | ||
1287 | end | 1288 | end |
1288 | APT.logFile = APT_logFile | ||
1289 | combine('', baseFiles) | 1289 | combine('', baseFiles) |
1290 | for ip, a in pairs(IPfiles) do | 1290 | for ip, a in pairs(IPfiles) do |
1291 | if nil == a[1] then | 1291 | if nil == a[1] then |