mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
Merge pull request #988 from openoms/v1.4patch20
RTL: change to CUSTOM auth type
This commit is contained in:
commit
dab6ef5a67
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
|
||||||
chmod 600 ./RTL/RTL.conf || exit 1
|
chmod 600 ./RTL/RTL.conf || exit 1
|
||||||
sudo sed -i "s/^macroonPath=.*/macroonPath=\/mnt\/hdd\/lnd\/data\/chain\/${network}\/${chain}net/g" ./RTL/RTL.conf
|
sudo sed -i "s/^macroonPath=.*/macroonPath=\/mnt\/hdd\/lnd\/data\/chain\/${network}\/${chain}net/g" ./RTL/RTL.conf
|
||||||
sudo sed -i "s/^lndConfigPath=.*/lndConfigPath=\/mnt\/hdd\/lnd\/lnd.conf/g" ./RTL/RTL.conf
|
sudo sed -i "s/^lndConfigPath=.*/lndConfigPath=\/mnt\/hdd\/lnd\/lnd.conf/g" ./RTL/RTL.conf
|
||||||
sudo sed -i "s/^nodeAuthType=.*/nodeAuthType=DEFAULT/g" ./RTL/RTL.conf
|
sudo sed -i "s/^nodeAuthType=.*/nodeAuthType=CUSTOM/g" ./RTL/RTL.conf
|
||||||
# getting ready for the phasing out of the "DEFAULT" auth type
|
# getting ready for the phasing out of the "DEFAULT" auth type
|
||||||
# will need to change blitz.setpassword.sh too
|
# will need to change blitz.setpassword.sh too
|
||||||
PASSWORD_B=$(sudo cat /mnt/hdd/${network}/${network}.conf | grep rpcpassword | cut -c 13-)
|
PASSWORD_B=$(sudo cat /mnt/hdd/${network}/${network}.conf | grep rpcpassword | cut -c 13-)
|
||||||
|
|
Loading…
Add table
Reference in a new issue