Fix config problem

This commit is contained in:
zontreck 2025-02-10 02:30:21 -07:00
parent 39ef7d1823
commit 0c28e68626

View file

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