aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee <Alee14498@gmail.com>2019-03-04 20:53:54 -0500
committerAlee <Alee14498@gmail.com>2019-03-04 20:53:54 -0500
commit2ed42c9c151c8f3ea1da7e7016e1a063e09d869d (patch)
tree76a2c966e03b63a3c6508bb1be7064194a98bbfc
parent7db6511b71743d64b17dd0a63e12674489d37c99 (diff)
downloadbits-UI-2ed42c9c151c8f3ea1da7e7016e1a063e09d869d.tar.gz
bits-UI-2ed42c9c151c8f3ea1da7e7016e1a063e09d869d.tar.bz2
bits-UI-2ed42c9c151c8f3ea1da7e7016e1a063e09d869d.zip
renaming it to config
-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...")