Skip to content

Commit

Permalink
Update internal/kuberesource/parts.go
Browse files Browse the repository at this point in the history
Co-authored-by: 3u13r <[email protected]>
  • Loading branch information
burgerdev and 3u13r authored Jan 29, 2025
1 parent 1810829 commit 0bbb9cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/kuberesource/parts.go
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ trap handler TERM
set -x
for port in ${LISTEN_PORTS}; do
socat -d -d TCP-LISTEN:$port,fork TCP:${FORWARD_HOST}:$port &
done
done
wait
`

Expand Down

0 comments on commit 0bbb9cd

Please sign in to comment.