From c44d6c8b0bde987c69d0a581fb6ce3422007fb73 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 3 Nov 2012 17:44:45 +0000 Subject: adapt to new reboot path --- perl-install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/any.pm') diff --git a/perl-install/any.pm b/perl-install/any.pm index 401464579..c291bdae5 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -1117,7 +1117,7 @@ sub reboot() { $o->exit; } else { # when refusing license in finish-install: - exec("/sbin/reboot"); + exec("/bin/reboot"); } } -- cgit v1.2.1