Remove SIGKILL from the trap, as SIGKILL cannot be trapped.
This commit is contained in:
parent
6ec7143705
commit
96f6200808
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue