nolim1t
5 years ago
No known key found for this signature in database
GPG Key ID: F6287B82CC84BCBD
1 changed files with
2 additions and
2 deletions
-
configure-box.sh
|
|
@ -24,9 +24,9 @@ echo "Installing RPCAuth into bitcoin.conf" |
|
|
|
cat secrets/rpcauth.txt >> bitcoin/bitcoin.conf |
|
|
|
RPCPASS=`cat secrets/rpcpass.txt` |
|
|
|
echo "Configuring invoicer rpc info" |
|
|
|
sed -i ":s/RPCPASS/${RPCPASS}/g; " invoicer/invoicer.conf |
|
|
|
sed -i "s/RPCPASS/${RPCPASS}/g; " invoicer/invoicer.conf |
|
|
|
echo "Configuring LND rpc info" |
|
|
|
sed -i ":s/RPCPASS/${RPCPASS}/g; " lnd/lnd.conf |
|
|
|
sed -i "s/RPCPASS/${RPCPASS}/g; " lnd/lnd.conf |
|
|
|
rm configure-box.sh |
|
|
|
echo "Box Configuration complete" |
|
|
|
|
|
|
|