From b4f8e0984a229f94c5b0032c1bc3c8d24b25827d Mon Sep 17 00:00:00 2001 From: Comminutus Date: Thu, 11 Apr 2024 07:42:32 -0400 Subject: [PATCH] Fix MONERO_ZMQ_PUB entrypoint variable --- entrypoint.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.bash b/entrypoint.bash index c6f7da9..09264df 100755 --- a/entrypoint.bash +++ b/entrypoint.bash @@ -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