From 494eb6309a20cdca0b252e46413ea7725aa1b8e7 Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Mon, 24 Aug 2015 22:55:50 +0300 Subject: [PATCH] Update OS.lua --- Applications/OS.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Applications/OS.lua b/Applications/OS.lua index dcf1f7fa..62333529 100644 --- a/Applications/OS.lua +++ b/Applications/OS.lua @@ -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