diff options
| author | Alee <Alee14498@gmail.com> | 2019-03-04 20:53:54 -0500 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-03-04 20:53:54 -0500 |
| commit | 2ed42c9c151c8f3ea1da7e7016e1a063e09d869d (patch) | |
| tree | 76a2c966e03b63a3c6508bb1be7064194a98bbfc | |
| parent | 7db6511b71743d64b17dd0a63e12674489d37c99 (diff) | |
| download | bits-UI-2ed42c9c151c8f3ea1da7e7016e1a063e09d869d.tar.gz bits-UI-2ed42c9c151c8f3ea1da7e7016e1a063e09d869d.tar.bz2 bits-UI-2ed42c9c151c8f3ea1da7e7016e1a063e09d869d.zip | |
renaming it to config
| -rw-r--r-- | startup | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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...") |
