mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-13 14:19:20 +02:00
fixed curl data
This commit is contained in:
parent
3b90f34ee1
commit
34ea20d44b
@ -133,7 +133,7 @@ do
|
||||
#macaroonData=$(xxd -ps -u -c 1000 /home/bitcoin/.lnd/data/chain/${network}/${chain}net/admin.macaroon)
|
||||
echo "macaroonData --> ${MACAROON_HEADER}"
|
||||
|
||||
command="curl -X POST -d \"{\"wallet_password\": \"${walletPasswordBase64}\"}\" --cacert /mnt/hdd/lnd/tls.cert --header \"$MACAROON_HEADER\" https://localhost:8080/v1/unlockwallet 2>&1"
|
||||
command="curl -X POST -d '{\"wallet_password\": \"${walletPasswordBase64}\"}' --cacert /mnt/hdd/lnd/tls.cert --header \"$MACAROON_HEADER\" https://localhost:8080/v1/unlockwallet 2>&1"
|
||||
|
||||
# build curl command
|
||||
#command="curl \
|
||||
|
Loading…
x
Reference in New Issue
Block a user