mirror of
https://github.com/Retropex/dockerfile-deps.git
synced 2025-05-13 00:40:41 +02:00
[FIX] Entrypoint.sh references bitcoin.conf and fails daemon start
This commit is contained in:
parent
5aafac1d5d
commit
36db5753ce
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user