Skip to content

Commit 6ed3ecc

Browse files
committed
XMR: fix relayOldMessages setting.
1 parent 01b2060 commit 6ed3ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ echo ' "queuePoll": '$XMR_QUEUE_POLL',' >> /opt/xmr/config.json
3232
echo ' "queueSize": '$XMR_QUEUE_SIZE',' >> /opt/xmr/config.json
3333
echo ' "debug": '$XMR_DEBUG',' >> /opt/xmr/config.json
3434
echo ' "ipv6PubSupport": '$XMR_IPV6PUBSUPPORT',' >> /opt/xmr/config.json
35-
echo ' "relayOldMessages": '$XMR_RELAY_OLD_MESSAGES',' >> /opt/xmr/config.json
35+
echo ' "relayOldMessages": "'$XMR_RELAY_OLD_MESSAGES'",' >> /opt/xmr/config.json
3636
echo ' "relayMessages": '$XMR_RELAY_MESSAGES >> /opt/xmr/config.json
3737
echo '}' >> /opt/xmr/config.json
3838

0 commit comments

Comments
 (0)