fix CLI flag

This commit is contained in:
zontreck 2025-02-09 22:16:27 -07:00
parent 58fe36eb80
commit 08e75cbfde

View file

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