Skip to content
Snippets Groups Projects
Commit f7ba9a9e authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-989: Allow propagation of signals through bash

parent cc8f5b6c
No related branches found
No related tags found
1 merge request!436Resolve L2SS-989 "Faster ds teardown"
...@@ -46,4 +46,6 @@ fi ...@@ -46,4 +46,6 @@ fi
# docker-compose files. # docker-compose files.
cd "$CWD" || exit 1 cd "$CWD" || exit 1
/usr/local/bin/wait-for-it.sh "$TANGO_HOST" --timeout=30 --strict -- "$@" # Replace this script's process with the actual command, allowing any signals
# send to the bash PID to be sent to the command directly.
exec /usr/local/bin/wait-for-it.sh "$TANGO_HOST" --timeout=30 --strict -- "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment