diff --git a/Dell_iDRAC_fan_controller.sh b/Dell_iDRAC_fan_controller.sh index e95a264..f41ffe4 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 SIGTERM +trap 'graceful_exit' SIGINT SIGQUIT SIGTERM # Prepare, format and define initial variables