From 36db5753ce4721f6605e23df3ec181cf9697968a Mon Sep 17 00:00:00 2001 From: Aaron Boyd Date: Thu, 23 May 2019 00:35:53 +1000 Subject: [PATCH] [FIX] Entrypoint.sh references bitcoin.conf and fails daemon start --- Litecoin/0.17.1/docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Litecoin/0.17.1/docker-entrypoint.sh b/Litecoin/0.17.1/docker-entrypoint.sh index 0a1475e..b30f34d 100755 --- a/Litecoin/0.17.1/docker-entrypoint.sh +++ b/Litecoin/0.17.1/docker-entrypoint.sh @@ -15,7 +15,7 @@ if [[ "$1" == "litecoin-cli" || "$1" == "litecoin-tx" || "$1" == "litecoind" || CONFIG_PREFIX=$'mainnet=1\n[main]' fi - cat <<-EOF > "$BITCOIN_DATA/bitcoin.conf" + cat <<-EOF > "$BITCOIN_DATA/litecoin.conf" ${CONFIG_PREFIX} printtoconsole=1 rpcallowip=::/0