Merge pull request #5 from aaronmboyd/master

[FIX]  Entrypoint.sh references bitcoin.conf and fails daemon start
This commit is contained in:
Nicolas Dorier 2019-05-23 10:30:20 +09:00 committed by GitHub
commit 4aad3b38b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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