fix CLI flag
This commit is contained in:
parent
58fe36eb80
commit
08e75cbfde
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
if [ $ENABLE_RPC == 1 ]
|
||||
then
|
||||
/app/bitcoind -datadir=/data -server -txindex=$TXINDEX -prune=$PRUNE -rest -rpcallowip=0.0.0.0 -rpcuser=$USER -rpcpass=$PASS
|
||||
/app/bitcoind -datadir=/data -server -txindex=$TXINDEX -prune=$PRUNE -rest -rpcallowip=0.0.0.0 -rpcuser=$USER -rpcpassword=$PASS
|
||||
else
|
||||
/app/bitcoind -datadir=/data -txindex=$TXINDEX -prune=$PRUNE
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue