forked from izaya/OC-PsychOS2
made init not kill itself on startup
This commit is contained in:
parent
ec699518b5
commit
a97e3c93ee
@ -1,4 +1,4 @@
|
|||||||
if os.taskInfo(1) then
|
if os.taskInfo(1) and os.pid() ~= 1 then
|
||||||
return false, "init already started"
|
return false, "init already started"
|
||||||
end
|
end
|
||||||
os.setenv("PWD","/boot")
|
os.setenv("PWD","/boot")
|
||||||
|
Loading…
Reference in New Issue
Block a user