From 1964470878511a06e1c6f51187c73df70061f5ef Mon Sep 17 00:00:00 2001 From: Jens Maus Date: Fri, 23 Oct 2020 11:34:43 +0200 Subject: [PATCH] integrated minor fix for 0040-WebUI-AddonInstallNoReboot.patch which should fix a 500 error because the action_install_start function doesn't return anything on the final Ajax.request(). This refs #959. --- .../patches/occu/0040-WebUI-AddonInstallNoReboot.patch | 3 ++- .../occu/WebUI/www/config/cp_software.cgi | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/buildroot-external/patches/occu/0040-WebUI-AddonInstallNoReboot.patch b/buildroot-external/patches/occu/0040-WebUI-AddonInstallNoReboot.patch index 1e0da6dbb3..d6b5a3e942 100644 --- a/buildroot-external/patches/occu/0040-WebUI-AddonInstallNoReboot.patch +++ b/buildroot-external/patches/occu/0040-WebUI-AddonInstallNoReboot.patch @@ -33,7 +33,7 @@ puts "" cgi_javascript { -@@ -510,14 +534,6 @@ +@@ -510,14 +534,7 @@ } proc action_install_start {} { @@ -45,6 +45,7 @@ - exec /bin/kill -SIGQUIT 1 - } - ++ puts "" } cgi_eval { diff --git a/buildroot-external/patches/occu/0040-WebUI-AddonInstallNoReboot/occu/WebUI/www/config/cp_software.cgi b/buildroot-external/patches/occu/0040-WebUI-AddonInstallNoReboot/occu/WebUI/www/config/cp_software.cgi index e0e879507a..ad577415f4 100755 --- a/buildroot-external/patches/occu/0040-WebUI-AddonInstallNoReboot/occu/WebUI/www/config/cp_software.cgi +++ b/buildroot-external/patches/occu/0040-WebUI-AddonInstallNoReboot/occu/WebUI/www/config/cp_software.cgi @@ -534,6 +534,7 @@ proc action_image_upload {} { } proc action_install_start {} { + puts "" } cgi_eval {