mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-03-29 20:22:47 +02:00
Update OS.lua
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user