From fa385ab8e82a89c05569764323982ef5fb9f64a3 Mon Sep 17 00:00:00 2001 From: Sean Cline Date: Sun, 10 Nov 2024 20:28:10 +0100 Subject: [PATCH] Missing `fi` --- functions.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/functions.sh b/functions.sh index 463e3b9..78306d1 100644 --- a/functions.sh +++ b/functions.sh @@ -75,6 +75,7 @@ function retrieve_temperatures () { function enable_third_party_PCIe_card_Dell_default_cooling_response () { # We could check the current cooling response before applying but it's not very useful so let's skip the test and apply directly if ! $DELL_14_GEN + then # 13 Gen server or older ipmitool -I $IDRAC_LOGIN_STRING raw 0x30 0xce 0x00 0x16 0x05 0x00 0x00 0x00 0x05 0x00 0x00 0x00 0x00 > /dev/null fi