linux.lua cgi fix.

This commit is contained in:
Johannes Findeisen 2025-05-28 23:52:49 +02:00
commit 5105aee437

View file

@ -23,5 +23,5 @@ local res = string.sub(uname, 1, pos - 1)
io.write("Content-Type: text/plain; charset=utf-8\r\n\r\n")
-- Output the result
io.write(res:sub(7, 12))
io.write(res)