From db04dc9da4b798833d024ca3727e9b560c4199f1 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Sun, 28 Jan 2018 14:05:28 +0100 Subject: [PATCH] Do not force reboot --- addon/lib/rmupdate.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addon/lib/rmupdate.tcl b/addon/lib/rmupdate.tcl index 5542e7b..d1df189 100644 --- a/addon/lib/rmupdate.tcl +++ b/addon/lib/rmupdate.tcl @@ -749,7 +749,7 @@ proc ::rmupdate::install_firmware_version {version lang {reboot 1} {dryrun 0}} { after 5000 if {$reboot && !$dryrun} { - exec /sbin/reboot -f + exec /sbin/reboot } }