diff options
Diffstat (limited to 'apt-panopticon-report-email-web.lua')
| -rwxr-xr-x | apt-panopticon-report-email-web.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-panopticon-report-email-web.lua b/apt-panopticon-report-email-web.lua index 60027d0..fc1f345 100755 --- a/apt-panopticon-report-email-web.lua +++ b/apt-panopticon-report-email-web.lua | |||
| @@ -326,7 +326,7 @@ if nil == email then C("opening mirrors file - " .. e) else | |||
| 326 | local rsync = "[skip]" | 326 | local rsync = "[skip]" |
| 327 | local dns = "" | 327 | local dns = "" |
| 328 | local protocol = status(k, results, "Protocol") | 328 | local protocol = status(k, results, "Protocol") |
| 329 | local sanity = "[skip]" | 329 | local sanity = status(k, results, "URLSanity") |
| 330 | local integrity = status(k, results, "Integrity") | 330 | local integrity = status(k, results, "Integrity") |
| 331 | local updated = status(k, results, "Updated") | 331 | local updated = status(k, results, "Updated") |
| 332 | 332 | ||
| @@ -434,7 +434,7 @@ if nil == web then C("opening mirrors file - " .. e) else | |||
| 434 | local rsync = "[<font color='grey'><b>skip</b></font>]" | 434 | local rsync = "[<font color='grey'><b>skip</b></font>]" |
| 435 | local dns = "" | 435 | local dns = "" |
| 436 | local protocol = status(k, results, "Protocol") | 436 | local protocol = status(k, results, "Protocol") |
| 437 | local sanity = "[<font color='grey'><b>skip</b></font>]" | 437 | local sanity = status(k, results, "URLSanity") |
| 438 | local integrity = status(k, results, "Integrity") | 438 | local integrity = status(k, results, "Integrity") |
| 439 | local updated = status(k, results, "Updated") | 439 | local updated = status(k, results, "Updated") |
| 440 | local rate = v.Rate | 440 | local rate = v.Rate |
