diff --git a/VERSION b/VERSION index a7ee35a..bfa363e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.8.3 +1.8.4 diff --git a/addon/lib/rmupdate.tcl b/addon/lib/rmupdate.tcl index dace17a..f4690d5 100644 --- a/addon/lib/rmupdate.tcl +++ b/addon/lib/rmupdate.tcl @@ -1002,7 +1002,7 @@ proc ::rmupdate::install_addon {{addon_id ""} {download_url ""}} { write_log 3 "Running update_script" file attributes update_script -permissions 0755 if { [catch { - exec ./update_script noreboot + exec ./update_script HM-RASPBERRYMATIC } errormsg] } { write_log 2 "Addon update_script failed: ${errormsg}" } diff --git a/rmupdate.tar.gz b/rmupdate.tar.gz index 051be99..8e3025d 100644 Binary files a/rmupdate.tar.gz and b/rmupdate.tar.gz differ