Browse Source
Merge pull request #232 from GeorgeSpark-Stahl/master
Quote PasswordC in Unlock Command
dev
Christian Rotzoll
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
home.admin/_background.sh
|
|
@ -126,7 +126,7 @@ do |
|
|
|
|
|
|
|
# building REST command |
|
|
|
passwordC=$(cat /root/lnd.autounlock.pwd) |
|
|
|
sudo python /home/admin/config.scripts/lnd.unlock.py $passwordC |
|
|
|
sudo python /home/admin/config.scripts/lnd.unlock.py '$passwordC' |
|
|
|
|
|
|
|
#walletPasswordBase64=$(cat /root/lnd.autounlock.pwd | tr -d '\n' | base64 -w0) |
|
|
|
#MACAROON_HEADER="Grpc-Metadata-macaroon: $(xxd -ps -u -c 1000 /mnt/hdd/lnd/data/chain/${network}/${chain}net/admin.macaroon)" |
|
|
|