mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-10 21:03:09 +02:00
fix tapcli macaroon path
This commit is contained in:
2
Makefile
2
Makefile
@@ -38,7 +38,7 @@ amd64-lean-desktop-uefi-img:
|
|||||||
--preseed_file preseed.cfg \
|
--preseed_file preseed.cfg \
|
||||||
--boot uefi \
|
--boot uefi \
|
||||||
--desktop gnome \
|
--desktop gnome \
|
||||||
--image_type raw
|
--image_type raw
|
||||||
|
|
||||||
# Compute the checksum of the qemu image
|
# Compute the checksum of the qemu image
|
||||||
cd ci/amd64/builds/raspiblitz-amd64-debian-lean-qemu && \
|
cd ci/amd64/builds/raspiblitz-amd64-debian-lean-qemu && \
|
||||||
|
@@ -341,7 +341,7 @@ alias frcli=\"frcli --rpcserver=localhost:8443 \
|
|||||||
--macaroonpath=/home/lit/.faraday/${chain}net/faraday.macaroon\"
|
--macaroonpath=/home/lit/.faraday/${chain}net/faraday.macaroon\"
|
||||||
alias tapcli=\"tapcli --rpcserver=localhost:8443 \
|
alias tapcli=\"tapcli --rpcserver=localhost:8443 \
|
||||||
--tlscertpath=/home/lit/.lit/tls.cert \
|
--tlscertpath=/home/lit/.lit/tls.cert \
|
||||||
--macaroonpath=/home/lit/.tapd/${chain}net/admin.macaroon\"
|
--macaroonpath=/home/lit/.tapd/data/${chain}net/admin.macaroon\"
|
||||||
" | sudo tee -a /home/lit/.bashrc
|
" | sudo tee -a /home/lit/.bashrc
|
||||||
|
|
||||||
# open ports on firewall
|
# open ports on firewall
|
||||||
|
Reference in New Issue
Block a user