mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-19 04:06:43 -04:00
Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.8
This commit is contained in:
commit
c07c838bef
@ -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