mirror of
https://github.com/Alee14/bits-UI.git
synced 2025-01-22 10:41:58 -05:00
renaming it to config
This commit is contained in:
parent
7db6511b71
commit
2ed42c9c15
1 changed files with 2 additions and 2 deletions
4
startup
4
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...")
|
||||
|
|
Loading…
Reference in a new issue