This commit is contained in:
Ryan 2024-11-10 19:52:12 +01:00 committed by Tigerblue77
parent 8d56ba7211
commit 6ec7143705
2 changed files with 3 additions and 3 deletions

View file

@ -6,8 +6,8 @@
source functions.sh
# Trap the signals for container exit and run gracefull_exit function
trap 'gracefull_exit' SIGQUIT SIGKILL SIGTERM
# Trap the signals for container exit and run graceful_exit function
trap 'graceful_exit' SIGQUIT SIGKILL SIGTERM
# Prepare, format and define initial variables