mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-14 01:39:36 -04:00
Fixed missing require.
This commit is contained in:
parent
abfaec747a
commit
d7a6e67ab3
@ -15,7 +15,7 @@ shell.setAlias("help", "man")
|
||||
shell.setAlias("?", "man")
|
||||
shell.setAlias("cp", "cp -i")
|
||||
|
||||
event.listen("init", function()
|
||||
require("event").listen("init", function()
|
||||
local file = io.open("/etc/hostname")
|
||||
if file then
|
||||
os.setenv("HOSTNAME", file:read("*l"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user