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