Skip to content

Commit

Permalink
Added SIGINT signal catch
Browse files Browse the repository at this point in the history
  • Loading branch information
tigerblue77 committed Nov 17, 2024
1 parent e22efc3 commit ce7bb3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dell_iDRAC_fan_controller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ce7bb3f

Please sign in to comment.