Browse Source

Hace the tor password get uncommented

patch-1
nolim1t 5 years ago
parent
commit
f9304d9ade
No known key found for this signature in database GPG Key ID: F6287B82CC84BCBD
  1. 4
      configure-box.sh

4
configure-box.sh

@ -39,9 +39,9 @@ echo "Adding tor password"
SAVE_PASSWORD=`tor --hash-password "${RPCPASS}"`
echo "HashedControlPassword ${SAVE_PASSWORD}" >> tor/torrc
echo "Configuring bitcoind"
sed -i "s/#torpassword=umbrelftw/#torpassword=${RPCPASS}/g;" bitcoin/bitcoin.conf
sed -i "s/#torpassword=umbrelftw/torpassword=${RPCPASS}/g;" bitcoin/bitcoin.conf
echo "Configuring LND"
sed -i "s/; tor.password=umbrelftw/; tor.password=${RPCPASS}/g; " lnd/lnd.conf
sed -i "s/; tor.password=umbrelftw/tor.password=${RPCPASS}/g; " lnd/lnd.conf
rm configure-box.sh
echo "Box Configuration complete"

Loading…
Cancel
Save