Skip to content

Commit

Permalink
Pass signals to the launcher command from the wrapper script
Browse files Browse the repository at this point in the history
Without this, if the launcher is used in a Docker container, the
container will never terminate gracefully.
  • Loading branch information
nineinchnick committed Nov 30, 2024
1 parent 50adf8c commit 956b97b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/launcher
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ if [ ! -f "${LAUNCHER_BIN}" ]; then
exit 1
fi

"${LAUNCHER_BIN}" "$@"
exec "${LAUNCHER_BIN}" "$@"

0 comments on commit 956b97b

Please sign in to comment.