From 8e2a0c397e620dc6f4242bc4da9078117894ed27 Mon Sep 17 00:00:00 2001 From: Louis Pires Date: Thu, 2 Feb 2023 16:04:54 +0200 Subject: [PATCH] Spacing issue on enable function --- Dell_iDRAC_fan_controller.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dell_iDRAC_fan_controller.sh b/Dell_iDRAC_fan_controller.sh index ad6a038..e690fd0 100644 --- a/Dell_iDRAC_fan_controller.sh +++ b/Dell_iDRAC_fan_controller.sh @@ -14,7 +14,7 @@ function apply_user_profile () { 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 - ipmitool -I $LOGIN_STRING raw 0x30 0xce 0x00 0x16 0x05 0x00 0x00 0x00 0x050x00 0x00 0x00 0x00 > /dev/null + ipmitool -I $LOGIN_STRING raw 0x30 0xce 0x00 0x16 0x05 0x00 0x00 0x00 0x05 0x00 0x00 0x00 0x00 > /dev/null } function disable_third_party_PCIe_card_Dell_default_cooling_response () {