fix line 11
This commit is contained in:
parent
0c79cf3e75
commit
85881023e6
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ if [ $ENABLE_RPC == 1 ]
|
||||||
then
|
then
|
||||||
echo "server=1" >> /btc.conf
|
echo "server=1" >> /btc.conf
|
||||||
echo "rpcbind=0.0.0.0:8332" >> /btc.conf
|
echo "rpcbind=0.0.0.0:8332" >> /btc.conf
|
||||||
if [ $ENABLE_AUTH == 1]
|
if [ $ENABLE_AUTH == 1 ]
|
||||||
then
|
then
|
||||||
echo "rpcuser=$USER" >> /btc.conf
|
echo "rpcuser=$USER" >> /btc.conf
|
||||||
echo "rpcpassword=$PASS" >> /btc.conf
|
echo "rpcpassword=$PASS" >> /btc.conf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue