Do not force reboot

This commit is contained in:
Jan Schneider 2018-01-28 20:09:38 +01:00
parent 25b013b8fb
commit a28776eb64
1 changed files with 1 additions and 2 deletions

View File

@ -749,8 +749,7 @@ proc ::rmupdate::install_firmware_version {version lang {reboot 1} {dryrun 0}} {
after 5000
if {$reboot && !$dryrun} {
exec /bin/sync
exec /sbin/reboot -f
exec /sbin/reboot
}
}