renaming it to config

This commit is contained in:
Andrew Lee 2019-03-04 20:53:54 -05:00
parent 7db6511b71
commit 2ed42c9c15

View file

@ -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...")