mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-09-14 11:06:16 +05:00
Update OS.lua
This commit is contained in:
parent
90e73f5a93
commit
494eb6309a
@ -549,8 +549,7 @@ local function biometry()
|
||||
end
|
||||
|
||||
local function launchConfigurator()
|
||||
local path = "System/OS/Users.cfg"
|
||||
if not fs.exists(path) then
|
||||
if not fs.exists("System/OS/Users.cfg") then
|
||||
shell.execute("System/OS/Configurator.lua")
|
||||
return true
|
||||
end
|
||||
|
||||
Loading…
Reference in New Issue
Block a user