Skip to content

Commit

Permalink
Fix MONERO_ZMQ_PUB entrypoint variable
Browse files Browse the repository at this point in the history
  • Loading branch information
comminutus committed Apr 11, 2024
1 parent 4d873ad commit b4f8e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.bash
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if [[ ! -z "$MONERO_TX_PROXY" ]]; then
fi

if [[ ! -z "$MONERO_ZMQ_PUB" ]]; then
args+=(--zmq-pub "$ZMQ_PUB")
args+=(--zmq-pub "$MONERO_ZMQ_PUB")
fi

if [ "$MONERO_ADDITIONAL_ARGS" ]; then
Expand Down

0 comments on commit b4f8e09

Please sign in to comment.