Skip to content

Commit

Permalink
integrated minor fix for 0040-WebUI-AddonInstallNoReboot.patch which
Browse files Browse the repository at this point in the history
should fix a 500 error because the action_install_start function doesn't
return anything on the final Ajax.request(). This refs #959.
  • Loading branch information
jens-maus committed Oct 23, 2020
1 parent 2b44996 commit 1964470
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

puts ""
cgi_javascript {
@@ -510,14 +534,6 @@
@@ -510,14 +534,7 @@
}

proc action_install_start {} {
Expand All @@ -45,6 +45,7 @@
- exec /bin/kill -SIGQUIT 1
- }
-
+ puts ""
}

cgi_eval {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,7 @@ proc action_image_upload {} {
}

proc action_install_start {} {
puts ""
}

cgi_eval {
Expand Down

0 comments on commit 1964470

Please sign in to comment.