This commit is contained in:
2025-09-24 12:48:29 +02:00

View File

@@ -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..."