Potential windows case insensitive filesystem issue fix
This commit is contained in:
9
Src/Hyperion-kernel/lib/modules/hyperion/91_login.kmod
Normal file
9
Src/Hyperion-kernel/lib/modules/hyperion/91_login.kmod
Normal file
@@ -0,0 +1,9 @@
|
||||
-- :Minify:--
|
||||
local kernel = ...
|
||||
|
||||
kernel.processes.login = function()
|
||||
local ok, err = pcall(syscall.execspawn, "/bin/login", "login")
|
||||
if not ok then
|
||||
kernel.log("Failed to exec /bin/login: " .. tostring(err), "ERROR", 2)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user