diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-11-16 15:25:12 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-11-16 15:25:12 -0500 |
| commit | 59acb51a3297917dd8eebc84ea85abd91e7803df (patch) | |
| tree | 974eef8030e1bc1e49017a38c7ffa31b00f5f47a /System/recovery/transfer.lua | |
| parent | fb04d5143b20194f98955bd2d151cc80ef00c1a9 (diff) | |
| download | bits-UI-59acb51a3297917dd8eebc84ea85abd91e7803df.tar.gz bits-UI-59acb51a3297917dd8eebc84ea85abd91e7803df.tar.bz2 bits-UI-59acb51a3297917dd8eebc84ea85abd91e7803df.zip | |
Some fixes with files; Reduced sleep on boot
Diffstat (limited to 'System/recovery/transfer.lua')
| -rw-r--r-- | System/recovery/transfer.lua | 2 |
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.")
|
