Missing fi

This commit is contained in:
Sean Cline 2023-03-21 17:07:35 -07:00
parent 208ca9615c
commit 7cc4635dfd

View File

@ -72,6 +72,7 @@ function retrieve_temperatures () {
function enable_third_party_PCIe_card_Dell_default_cooling_response () { 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 # 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 if ! $DELL_14_GEN
then
# 13 Gen or older server # 13 Gen or older server
ipmitool -I $IDRAC_LOGIN_STRING raw 0x30 0xce 0x00 0x16 0x05 0x00 0x00 0x00 0x05 0x00 0x00 0x00 0x00 > /dev/null ipmitool -I $IDRAC_LOGIN_STRING raw 0x30 0xce 0x00 0x16 0x05 0x00 0x00 0x00 0x05 0x00 0x00 0x00 0x00 > /dev/null
fi fi