From 2ed42c9c151c8f3ea1da7e7016e1a063e09d869d Mon Sep 17 00:00:00 2001 From: Alee Date: Mon, 4 Mar 2019 20:53:54 -0500 Subject: renaming it to config --- startup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/startup b/startup index 1b3a0ff..ebe6e32 100644 --- a/startup +++ b/startup @@ -40,8 +40,8 @@ sleep(3) if fs.exists("/system/bitUI.config") then print("[OK] Config has been found...") else - file = io.open("/system/bitUI.config", "w") - file:close() + config = io.open("/system/bitUI.config", "w") + config:close() print("[INFO] Config has not been found!") print("[INFO] You will be sent to the OOBE setup...") -- cgit v1.2.3