mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 06:48:00 +01:00
correct delimiter
This commit is contained in:
parent
0044921c8e
commit
7590af34af
1 changed files with 2 additions and 2 deletions
|
@ -75,8 +75,8 @@ else
|
|||
echo "WIN"
|
||||
echo "******************************"
|
||||
echo "${result}"
|
||||
rhash=$(echo "$result" | grep r_hash | cut -d '"'-f4)
|
||||
payReq=$(echo "$result" | grep pay_req | cut -d '"'-f4)
|
||||
rhash=$(echo "$result" | grep r_hash | cut -d '"' -f4)
|
||||
payReq=$(echo "$result" | grep pay_req | cut -d '"' -f4)
|
||||
echo "Give this Invoice/PaymentRequest to someone to pay it:"
|
||||
echo ${payReq}
|
||||
echo "You can use 'lncli lookupinvoice ${rhash}' to check the payment. "
|
||||
|
|
Loading…
Add table
Reference in a new issue