Update OS.lua

This commit is contained in:
Igor Timofeev
2015-08-24 22:55:50 +03:00
parent 90e73f5a93
commit 494eb6309a

View File

@@ -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