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 } }