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 14:05:28 +01:00
parent 3e5b8199d8
commit db04dc9da4

View File

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