1
0
mirror of https://github.com/j-a-n/raspberrymatic-addon-rmupdate.git synced 2023-10-10 13:37:40 +02:00

Do not force reboot

This commit is contained in:
Jan Schneider 2018-01-28 20:09:38 +01:00
parent 25b013b8fb
commit a28776eb64

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