Compare commits
2 Commits
v1.0
...
45d87a26d0
Author | SHA1 | Date | |
---|---|---|---|
45d87a26d0 | |||
5de286e233 |
@@ -92,7 +92,7 @@ trap cleanup SIGTERM SIGINT
|
||||
|
||||
echo "Starting socat proxy..."
|
||||
# Start socat with verbose logging and redirect to stdout/stderr
|
||||
if socat -d -d UNIX-LISTEN:$UNIX_SOCKET_PATH,fork,unlink-early TCP:$TARGET_HOST:$TARGET_PORT & then
|
||||
if socat -d -d UNIX-LISTEN:$FULL_SOCKET_PATH,fork,unlink-early TCP:$TARGET_HOST:$TARGET_PORT & then
|
||||
SOCAT_PID=$!
|
||||
echo "SUCCESS: Socat started with PID: $SOCAT_PID"
|
||||
echo "Container is ready and running..."
|
||||
|
Reference in New Issue
Block a user