From 6ec7143705af50b5d9e7f6f53d428c1742cb8869 Mon Sep 17 00:00:00 2001 From: Ryan Date: Sun, 10 Nov 2024 19:52:12 +0100 Subject: [PATCH] Fix typo --- Dell_iDRAC_fan_controller.sh | 4 ++-- functions.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dell_iDRAC_fan_controller.sh b/Dell_iDRAC_fan_controller.sh index cec2edd..21df675 100644 --- a/Dell_iDRAC_fan_controller.sh +++ b/Dell_iDRAC_fan_controller.sh @@ -6,8 +6,8 @@ source functions.sh -# Trap the signals for container exit and run gracefull_exit function -trap 'gracefull_exit' SIGQUIT SIGKILL SIGTERM +# Trap the signals for container exit and run graceful_exit function +trap 'graceful_exit' SIGQUIT SIGKILL SIGTERM # Prepare, format and define initial variables diff --git a/functions.sh b/functions.sh index 6e2ca1a..a0922ab 100644 --- a/functions.sh +++ b/functions.sh @@ -86,7 +86,7 @@ function disable_third_party_PCIe_card_Dell_default_cooling_response () { # } # Prepare traps in case of container exit -function gracefull_exit () { +function graceful_exit () { apply_Dell_fan_control_profile # Reset third-party PCIe card cooling response to Dell default depending on the user's choice at startup