mirror of
https://github.com/tigerblue77/Dell_iDRAC_fan_controller_Docker.git
synced 2025-10-23 04:51:57 +00:00
Added SIGINT signal catch
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user