Skip to content
This repository was archived by the owner on Oct 17, 2020. It is now read-only.

Commit 3034467

Browse files
Merge pull request #21 from getumbrel/configure-box-patch
Add docker-compose to configure-box.sh
2 parents 166f315 + b1bca5c commit 3034467

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

configure-box.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ cat secrets/rpcauth.txt >> bitcoin/bitcoin.conf
2525
RPCPASS=`cat secrets/rpcpass.txt`
2626
echo "Configuring LND rpc info"
2727
sed -i "s/RPCPASS/${RPCPASS}/g; " lnd/lnd.conf
28+
echo "Configuring docker-compose file"
29+
sed -i "s/RPCPASS/${RPCPASS}/g; " docker-compose.yml
2830
if [ ! -z $TESTNET ]; then
2931
echo "Enabling testnet if TESTNET variable is set"
3032
echo "testnet=1" >> bitcoin/bitcoin.conf
3133
fi
3234
rm configure-box.sh
3335
echo "Box Configuration complete"
34-

0 commit comments

Comments
 (0)