diff options
Diffstat (limited to '')
| -rwxr-xr-x | apt-panopticon-report-email.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-panopticon-report-email.lua b/apt-panopticon-report-email.lua index 136ac56..d36aab0 100755 --- a/apt-panopticon-report-email.lua +++ b/apt-panopticon-report-email.lua | |||
| @@ -195,7 +195,7 @@ if nil == file then C("opening mirrors file - " .. e) else | |||
| 195 | local dns = "[skip]" | 195 | local dns = "[skip]" |
| 196 | local protocol = status(k, results, "Protocol") | 196 | local protocol = status(k, results, "Protocol") |
| 197 | local sanity = "[skip]" | 197 | local sanity = "[skip]" |
| 198 | local integrity = "[skip]" | 198 | local integrity = status(k, results, "Integrity") |
| 199 | local updated = "[skip]" | 199 | local updated = "[skip]" |
| 200 | file:write( " http: " .. http .. " https: " .. https .. " DNS-RR: " .. dns .. " Protocol: " .. protocol .. "\n" .. | 200 | file:write( " http: " .. http .. " https: " .. https .. " DNS-RR: " .. dns .. " Protocol: " .. protocol .. "\n" .. |
| 201 | " URL-sanity: " .. sanity .. " Integrity: " .. integrity .. " Updated: " .. updated .. "\n") | 201 | " URL-sanity: " .. sanity .. " Integrity: " .. integrity .. " Updated: " .. updated .. "\n") |
