aboutsummaryrefslogtreecommitdiff
path: root/System/recovery/transfer.lua
diff options
context:
space:
mode:
Diffstat (limited to 'System/recovery/transfer.lua')
-rw-r--r--System/recovery/transfer.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/System/recovery/transfer.lua b/System/recovery/transfer.lua
index b1b98f1..996d4b0 100644
--- a/System/recovery/transfer.lua
+++ b/System/recovery/transfer.lua
@@ -19,7 +19,7 @@ term.setTextColor(colors.white)
print("Welcome to the bits-UI transfer!")
sleep(2)
if fs.exists("/disk") then
- shell.run("copy", "/home", "/disk")
+ shell.run("copy", "/Home", "/disk")
shell.run("copy", "/etc/passwd.pwd", "/disk")
else
print("You need a floppy disk to copy over data.")