We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28723de commit 19332fdCopy full SHA for 19332fd
enforcer-parent/enforcer/src/main/resources/docker-entrypoint.sh
@@ -34,12 +34,5 @@ _term() {
34
35
trap _term TERM
36
37
-# For Debug purpose. Remove this after debug is done.
38
-for sig in INT TERM HUP QUIT KILL; do
39
- trap 'echo "[DEBUG] Received signal: $sig"; kill -"$sig" "$ENFORCER_PID"' "$sig"
40
-done
41
-
42
wait $ENFORCER_PID
43
-EXIT_CODE=$?
44
-echo "Enforcer process exited with code $EXIT_CODE"
45
-exit $EXIT_CODE
+exit 0
0 commit comments