From 5e257ef3d52a0bbb3de3179f83e0c20d841a823c Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Sat, 22 Feb 2020 20:28:00 +0100 Subject: [PATCH] whitespace cleanup; URL to buster oracle jre --- README.txt | 3 +++ supermicro-kvm.pl | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index 2e158b4..771b0f7 100644 --- a/README.txt +++ b/README.txt @@ -14,6 +14,9 @@ Software: * http://download.ts.fujitsu.com/prim_supportcd/SVSSoftware/Software/Deployment/PRIMERGY%20Scripting/PRIMERGY%20Scripting%20Toolkit.msi (DOS utilities (spman.exe)) +Buster JRE: + * https://upload.glanzmann.de/oracle-java8-jre_8u241_amd64.deb + How to flash: * Download the firmware from: http://support.ts.fujitsu.com/Download/ShowDescription.asp?SoftwareGUID=6DB401B3-B0BD-43CB-A3AA-6278B23FBCB0 diff --git a/supermicro-kvm.pl b/supermicro-kvm.pl index e24cb19..79e4f03 100755 --- a/supermicro-kvm.pl +++ b/supermicro-kvm.pl @@ -27,14 +27,14 @@ sub read_inifile { my @sections = (); while() { chomp; - + next if (m/^#/); - + if (m/^\s*\[(.*)\]\s*$/) { push @sections, $1; next; } - + if (@sections) { if (m/^\s*([^=]+)\s*=\s*(.*)\s*$/) { ${$Ini{$sections[$#sections]}}{$1} = $2; -- 2.39.2