Skip to content

Commit 4cbb6f8

Browse files
committed
DEBUG listen address must use wildcard instead of pmackin-mac1
1 parent 48e5994 commit 4cbb6f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/operator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ trap relay_SIGTERM SIGTERM
2020
/operator/initialize-external-operator-identity.sh
2121

2222
if [[ ! -z "$REMOTE_DEBUG_PORT" ]]; then
23-
DEBUG="-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=$HOSTNAME:$REMOTE_DEBUG_PORT"
23+
DEBUG="-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=*:$REMOTE_DEBUG_PORT"
2424
echo "DEBUG=$DEBUG"
2525
else
2626
DEBUG=""

0 commit comments

Comments
 (0)