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/standalone/service_harddrake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake index 7c8be09fd..86037034a 100755 --- a/perl-install/standalone/service_harddrake +++ b/perl-install/standalone/service_harddrake @@ -458,7 +458,7 @@ if ($reboot_needed && ! -e "/tmp/.X11-unix/X0") { ($reply, $timedout) = dialog_with_timeout("okcancel", N("Display driver setup"), N("The system has to be rebooted due to a display driver change.") . "\n\n" . N("Press Cancel within %d seconds to abort.", 30), 30, $plymouth); if ($reply || $timedout) { - exec("/sbin/reboot"); + exec("/bin/reboot"); } } -- cgit v1.2.1