aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rwxr-xr-xapt-panopticon-report-email.lua1
-rwxr-xr-xapt-panopticon-report-web.lua1
2 files changed, 2 insertions, 0 deletions
diff --git a/apt-panopticon-report-email.lua b/apt-panopticon-report-email.lua
index 5cf2d05..b9c1b30 100755
--- a/apt-panopticon-report-email.lua
+++ b/apt-panopticon-report-email.lua
@@ -281,6 +281,7 @@ if nil == file then C("opening mirrors file - " .. e) else
281 file:write( "\n==== faulty mirrors: ====\n" .. faulty) 281 file:write( "\n==== faulty mirrors: ====\n" .. faulty)
282 file:write( "\n---- END MIRROR-STATUS ----\n\n" .. 282 file:write( "\n---- END MIRROR-STATUS ----\n\n" ..
283 "Thanks for your precious help in ensuring that Devuan GNU+Linux \nremains a universal, stable, dependable, free operating system.\n\n" .. 283 "Thanks for your precious help in ensuring that Devuan GNU+Linux \nremains a universal, stable, dependable, free operating system.\n\n" ..
284 "You can get the source code from https://sledjhamr.org/cgit/apt-panopticon/about/ ." ..
284 "Love\n\n" .. 285 "Love\n\n" ..
285 "The Dev1Devs\n\n") 286 "The Dev1Devs\n\n")
286 file:close() 287 file:close()
diff --git a/apt-panopticon-report-web.lua b/apt-panopticon-report-web.lua
index 4064ec1..9a90860 100755
--- a/apt-panopticon-report-web.lua
+++ b/apt-panopticon-report-web.lua
@@ -355,6 +355,7 @@ if nil == file then C("opening mirrors file - " .. e) else
355 file:write( "\n<br>\n\n" .. 355 file:write( "\n<br>\n\n" ..
356 "<p>The <a href='Report-email.txt'>email report</a>.</p>" .. 356 "<p>The <a href='Report-email.txt'>email report</a>.</p>" ..
357 "<p>All <a href='../results'>the logs and other output</a>.</p>" .. 357 "<p>All <a href='../results'>the logs and other output</a>.</p>" ..
358 "<p>You can get the <a href='https://sledjhamr.org/cgit/apt-panopticon/about/'>source code here</a>.</p>" ..
358 "</body></html>\n") 359 "</body></html>\n")
359 file:close() 360 file:close()
360end 361end