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.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/recovery/transfer.lua b/system/recovery/transfer.lua
index 56be78c..b1b98f1 100644
--- a/system/recovery/transfer.lua
+++ b/system/recovery/transfer.lua
@@ -1,6 +1,6 @@
--[[
bits-UI Transfer Script: A script that will transfer files from one system to the other.
- Copyright (C) 2019 Alee14
+ Copyright (C) 2020 Alee14
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -25,5 +25,5 @@ else
print("You need a floppy disk to copy over data.")
print("Transfer has been halted.")
sleep(2)
- shell.run("/startup.lua")
+ os.reboot()
end \ No newline at end of file