aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore4
-rw-r--r--system/boot.lua4
2 files changed, 3 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index b944187..c893d82 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1 @@
-home/
-system/bitUI.config
-dev_mode \ No newline at end of file
+home/ \ No newline at end of file
diff --git a/system/boot.lua b/system/boot.lua
index fd143c7..3361100 100644
--- a/system/boot.lua
+++ b/system/boot.lua
@@ -56,11 +56,11 @@ end
sleep(3)
-if fs.exists("/system/bitUI.config") then
+if fs.exists("/home/.config") then
term.setTextColor(colors.green)
print("[OK] Config has been found...")
else
- config = io.open("/system/bitUI.config", "w")
+ config = io.open("/home/.config", "w")
config:close()
term.setTextColor(colors.blue)
print("[INFO] Config has not been found!")