[FIX] Entrypoint.sh references bitcoin.conf and fails daemon start

This commit is contained in:
Aaron Boyd 2019-05-23 00:35:53 +10:00
parent 5aafac1d5d
commit 36db5753ce

View File

@ -15,7 +15,7 @@ if [[ "$1" == "litecoin-cli" || "$1" == "litecoin-tx" || "$1" == "litecoind" ||
CONFIG_PREFIX=$'mainnet=1\n[main]' CONFIG_PREFIX=$'mainnet=1\n[main]'
fi fi
cat <<-EOF > "$BITCOIN_DATA/bitcoin.conf" cat <<-EOF > "$BITCOIN_DATA/litecoin.conf"
${CONFIG_PREFIX} ${CONFIG_PREFIX}
printtoconsole=1 printtoconsole=1
rpcallowip=::/0 rpcallowip=::/0