mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
fixed curl data
This commit is contained in:
parent
3b90f34ee1
commit
34ea20d44b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue