aboutsummaryrefslogtreecommitdiff
path: root/system/boot.lua
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-11-15 13:37:32 -0500
committerAndrew Lee <alee14498@protonmail.com>2020-11-15 13:37:32 -0500
commit621e13d8bed7215a076e505eba998c7a0ec38519 (patch)
tree46a8be63ce5fe3c5a38bfbdce6ec269382f39c01 /system/boot.lua
parentbed8f884aa3acbca1bc5a0772c73d17c373be77e (diff)
downloadbits-UI-621e13d8bed7215a076e505eba998c7a0ec38519.tar.gz
bits-UI-621e13d8bed7215a076e505eba998c7a0ec38519.tar.bz2
bits-UI-621e13d8bed7215a076e505eba998c7a0ec38519.zip
New program system; Capitalized folders
Diffstat (limited to 'system/boot.lua')
-rw-r--r--system/boot.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/boot.lua b/system/boot.lua
index 4777ede..ef11d60 100644
--- a/system/boot.lua
+++ b/system/boot.lua
@@ -49,7 +49,7 @@ if fs.exists("/home") then
term.setTextColor(colors.green)
print("[OK] Home has been found...")
else
- fs.makeDir("/home")
+ fs.makeDir("/Home")
term.setTextColor(colors.green)
print("[OK] Home directory has been created...")
end