This commit is contained in:
Kodi Craft 2025-03-27 10:01:33 +01:00
parent 4d157bfee4
commit 80f91cbcd9
Signed by: kodi
GPG Key ID: 69D9EED60B242822
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,7 @@
{ {
"src": "src/startup.lua", "src": "src/startup.lua",
"dest": "/startup.lua", "dest": "/startup.lua",
"hash": "7c9e7a50d1fda475f1b3cc1d0b06fc1606cbdf9220a60f0a7707c9871e5c07e5" "hash": "38b4f27b677716688ce5c27f416a3e4605e03d1a07f76df7b5ef1cedf4f355ea"
}, },
{ {
"src": "src/kernel/entry.lua", "src": "src/kernel/entry.lua",

View File

@ -4,7 +4,6 @@
-- based on some code rph wrote and gave me -- based on some code rph wrote and gave me
local function main() local function main()
if not _G["rednet"] then if not _G["rednet"] then
os.run({}, "/kernel/entry.lua")
return return
end end