Skip to content

Commit bff9592

Browse files
committed
Pass signals to the launcher command from the wrapper script
Without this, if the launcher is used in a Docker container, the container will never terminate gracefully.
1 parent 50adf8c commit bff9592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/main/resources/launcher

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ if [ ! -f "${LAUNCHER_BIN}" ]; then
4040
exit 1
4141
fi
4242

43-
"${LAUNCHER_BIN}" "$@"
43+
exxec "${LAUNCHER_BIN}" "$@"

0 commit comments

Comments
 (0)