We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68e3738 commit a971ed4Copy full SHA for a971ed4
bin/run-node
@@ -123,6 +123,11 @@ elif [[ ${RESTORE_SNAPSHOT} == true ]]; then
123
echo "Detected populated ${CARDANO_DATABASE_PATH}... skipping restore"
124
fi
125
126
+if [[ ${SOCAT_PORT:-0} != 0 ]]; then
127
+ echo "Port ${SOCAT_PORT} configured for socat... launching in background"
128
+ nohup socat TCP-LISTEN:${SOCAT_PORT},fork UNIX-CLIENT:${CARDANO_SOCKET_PATH},ignoreeof &
129
+fi
130
+
131
if [[ ${CARDANO_BLOCK_PRODUCER} == true ]]; then
132
effopts=(--config ${CARDANO_CONFIG} \
133
--database-path ${CARDANO_DATABASE_PATH} \
0 commit comments