diff options
Diffstat (limited to 'System/recovery/main.lua')
| -rw-r--r-- | System/recovery/main.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/System/recovery/main.lua b/System/recovery/main.lua index 10fbe18..15c51aa 100644 --- a/System/recovery/main.lua +++ b/System/recovery/main.lua @@ -21,9 +21,9 @@ sleep(2) print("Do you want to either reset or transfer?") local input = read(); if input == "reset" then - shell.run("/system/recovery/reset.lua") + shell.run("/System/recovery/reset.lua") elseif input == "transfer" then - shell.run("/system/recovery/transfer.lua") + shell.run("/System/recovery/transfer.lua") else os.reboot() end
\ No newline at end of file |
