From 59acb51a3297917dd8eebc84ea85abd91e7803df Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 16 Nov 2020 15:25:12 -0500 Subject: Some fixes with files; Reduced sleep on boot --- System/recovery/transfer.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'System/recovery/transfer.lua') 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.") -- cgit v1.2.3