From 42ef8f6f7404e49d82830f56c826b5cf49674ce1 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Thu, 26 Apr 2018 22:40:19 +0200 Subject: [PATCH] Force reboot if recovery system is used for firmware update --- addon/lib/rmupdate.tcl | 1 + 1 file changed, 1 insertion(+) diff --git a/addon/lib/rmupdate.tcl b/addon/lib/rmupdate.tcl index 86645c9..f18561e 100644 --- a/addon/lib/rmupdate.tcl +++ b/addon/lib/rmupdate.tcl @@ -1315,6 +1315,7 @@ proc ::rmupdate::install_firmware {{download_url ""} {version ""} {lang ""} {reb file copy -force $firmware_image "${tmp_dir}/new_firmware.img" } catch { exec ln -sf "${tmp_dir}/new_firmware.img" /usr/local/.firmwareUpdate } + set reboot 1 } } else { check_sizes $firmware_image