aboutsummaryrefslogtreecommitdiff
path: root/startup
diff options
context:
space:
mode:
Diffstat (limited to 'startup')
-rw-r--r--startup4
1 files 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...")