Skip to content

Commit

Permalink
Merge pull request #224 from Chia-Network/echo
Browse files Browse the repository at this point in the history
Fix log message in entrypoint script
  • Loading branch information
Starttoaster authored Dec 19, 2023
2 parents 511e3af + 505809d commit 2f7cbfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ if [[ -n ${introducer_address} ]]; then
fi

if [[ -n ${dns_introducer_address} ]]; then
echo "Setting network port in config to ${dns_introducer_address}"
echo "Setting dns introducer to ${dns_introducer_address}"
yq -i '
.full_node.dns_servers = [env(dns_introducer_address)] |
.wallet.dns_servers = [env(dns_introducer_address)]
Expand Down

0 comments on commit 2f7cbfc

Please sign in to comment.