aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticon-report-email.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xapt-panopticon-report-email.lua1
1 files changed, 1 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()