From e4e0298d7abaa8203a5876abb0ea7989150336df Mon Sep 17 00:00:00 2001 From: root Date: Tue, 16 Nov 2021 11:45:01 +0000 Subject: latest HP ILO5 firmware update breaks control of virtual media, fix that --- INF/ILO5.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'INF') diff --git a/INF/ILO5.pm b/INF/ILO5.pm index d2689fd..104e178 100644 --- a/INF/ILO5.pm +++ b/INF/ILO5.pm @@ -123,7 +123,7 @@ sub proxy($$$) { $res->header( 'Content-type' => 'application/x-ms-application' ); $res->add_content( - read_file('/usr/local/share/inf/ilo5/intgapp4_251.jar') ); + read_file('/usr/local/share/inf/ilo5/intgapp4_252.jar') ); $res->code(200); return; -- cgit v1.2.3