diff --git a/Dell_iDRAC_fan_controller.sh b/Dell_iDRAC_fan_controller.sh index 21df675..bdad2a4 100644 --- a/Dell_iDRAC_fan_controller.sh +++ b/Dell_iDRAC_fan_controller.sh @@ -7,7 +7,7 @@ source functions.sh # Trap the signals for container exit and run graceful_exit function -trap 'graceful_exit' SIGQUIT SIGKILL SIGTERM +trap 'graceful_exit' SIGQUIT SIGTERM # Prepare, format and define initial variables