From b2ec8afc674c31738a93c70f7419c670cf0e33ea Mon Sep 17 00:00:00 2001 From: Tigerblue77 <37409593+tigerblue77@users.noreply.github.com> Date: Sun, 26 Oct 2025 18:23:13 +0000 Subject: [PATCH] Minor comment fix --- 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 3dca11f..720ed82 100644 --- a/Dell_iDRAC_fan_controller.sh +++ b/Dell_iDRAC_fan_controller.sh @@ -128,7 +128,7 @@ while true; do fi fi - # If server model is Gen 14 (*40) or newer + # If server model is not Gen 14 (*40) or newer if ! $DELL_POWEREDGE_GEN_14_OR_NEWER; then # Enable or disable, depending on the user's choice, third-party PCIe card Dell default cooling response # No comment will be displayed on the change of this parameter since it is not related to the temperature of any device (CPU, GPU, etc...) but only to the settings made by the user when launching this Docker container