mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-17 11:15:12 -04:00
Removed what I assume was a debug print and unused return value from install.lua.
This commit is contained in:
parent
f3cc4f11c3
commit
2e1ff6c62f
@ -1,8 +1,6 @@
|
|||||||
local filesystem = require "filesystem"
|
local filesystem = require "filesystem"
|
||||||
local shell = require "shell"
|
local shell = require "shell"
|
||||||
local process = require "process"
|
local process = require "process"
|
||||||
print("installNetwork")
|
|
||||||
|
|
||||||
local status, installDir = shell.execute("install --noboot --nolabelset --name=Network --fromDir=/data/ --from="..filesystem.get(process.running()).address)
|
shell.execute("install --noboot --nolabelset --name=Network --fromDir=/data/ --from="..filesystem.get(process.running()).address)
|
||||||
|
print("You must reboot to start network services.")
|
||||||
print("You must reboot to start network services")
|
|
||||||
|
@ -68,6 +68,3 @@ if not options.noreboot then
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
print("Returning to shell.")
|
print("Returning to shell.")
|
||||||
return "/mnt/" .. origin .. "/"
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user