This commit is contained in:
2026-02-20 11:34:53 -05:00
parent 287b146621
commit 10bc775e64
14 changed files with 57 additions and 60 deletions

View File

@@ -25,7 +25,6 @@ for i,v in ipairs(files) do
kernel.log("Error loading startup script '" .. filepath .. "': " .. err, "ERROR")
else
syscall.spawn(function()
syscall.setUsername("User")
syscall.setuid(1)
local status, err = pcall(startupFunc)
if not status then