fix line 11

This commit is contained in:
zontreck 2025-02-10 02:14:13 -07:00
parent 0c79cf3e75
commit 85881023e6

View file

@ -8,7 +8,7 @@ if [ $ENABLE_RPC == 1 ]
then
echo "server=1" >> /btc.conf
echo "rpcbind=0.0.0.0:8332" >> /btc.conf
if [ $ENABLE_AUTH == 1]
if [ $ENABLE_AUTH == 1 ]
then
echo "rpcuser=$USER" >> /btc.conf
echo "rpcpassword=$PASS" >> /btc.conf