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:
parent
3e5b8199d8
commit
db04dc9da4
@ -749,7 +749,7 @@ proc ::rmupdate::install_firmware_version {version lang {reboot 1} {dryrun 0}} {
|
|||||||
after 5000
|
after 5000
|
||||||
|
|
||||||
if {$reboot && !$dryrun} {
|
if {$reboot && !$dryrun} {
|
||||||
exec /sbin/reboot -f
|
exec /sbin/reboot
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user