Adjust configuration location
This commit is contained in:
parent
85881023e6
commit
39ef7d1823
1 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
echo "prune=$PRUNE" >> /btc.conf
|
||||
echo "txindex=$TXINDEX" >> /btc.conf
|
||||
echo "coinstatsindex=$TXINDEX" >> /btc.conf
|
||||
echo "datadir=/data" >> /btc.conf
|
||||
|
||||
if [ $ENABLE_RPC == 1 ]
|
||||
|
@ -18,5 +19,6 @@ fi
|
|||
echo ": : : /!\\ CONFIG WRITTEN /!\\ : : :"
|
||||
cat /btc.conf
|
||||
echo ": : : /!\\ END CONFIG /!\\ : : :"
|
||||
cp /btc.conf /data/bitcoin.conf
|
||||
|
||||
/app/bitcoind -conf=/btc.conf
|
||||
/app/bitcoind -conf=bitcoin.conf -datadir=/data
|
Loading…
Add table
Add a link
Reference in a new issue