From 7d15c25b3aee38a84987513daf79055bd511d9d0 Mon Sep 17 00:00:00 2001 From: Dees_Troy Date: Wed, 5 Sep 2012 20:47:21 -0400 Subject: Hax to make it boot --- reboot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reboot.c') diff --git a/reboot.c b/reboot.c index 915d199d8..0fbda8176 100644 --- a/reboot.c +++ b/reboot.c @@ -48,7 +48,7 @@ int tw_reboot(RebootCommand command) { case rb_current: case rb_system: - finish_recovery("s"); + twfinish_recovery("s"); sync(); check_and_run_script("/sbin/rebootsystem.sh", "reboot system"); return reboot(RB_AUTOBOOT); -- cgit v1.2.3