Skip to content
This repository was archived by the owner on Nov 10, 2023. It is now read-only.

Commit 4b7372c

Browse files
committed
exec "$@" in the end of the entrypoint for better signal handling
1 parent 8d8fed0 commit 4b7372c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ for CMD in iptables ip6tables; do
1414
"${CMD}" -A OUTPUT -m mark --mark 0x10000/0xffff0000 -m mark --mark "${FILTER_QUEUE}/0xffff" -j NFQUEUE --queue-num "${FILTER_QUEUE}"
1515
done
1616

17-
$@
17+
exec "$@"

0 commit comments

Comments
 (0)