Syntax error

This commit is contained in:
mid 2024-09-29 21:05:57 +03:00
parent 72886e5676
commit d04017ff58

View File

@ -15,7 +15,7 @@ local function sendeml(raw)
f:close()
-- Send e-mail. Yes, this is crude, but we have one thread.
io.popen("{ sendmail -t < " .. fn .. "; rm " .. fn .. "; } &", "r")]]
io.popen("{ sendmail -t < " .. fn .. "; rm " .. fn .. "; } &", "r")
end
return {