stacker_cln get_onion -> stacker_clncli get_onion

This commit is contained in:
Riccardo Balbo 2024-11-04 10:12:52 +01:00
parent 08b160d663
commit 7a8646c516
1 changed files with 2 additions and 2 deletions

4
sndev
View File

@ -64,7 +64,7 @@ docker__stacker_cln() {
fi fi
if [ "$1" = "get_onion" ]; then if [ "$1" = "get_onion" ]; then
onion="$(docker__exec -t stacker_cln cat /home/clightning/.tor/hidden_service/hostname | tr -d '[:space:]')" onion="$(docker__exec $t stacker_cln cat /home/clightning/.tor/hidden_service/hostname | tr -d '[:space:]')"
echo "$onion:3010" echo "$onion:3010"
exit 0 exit 0
fi fi
@ -671,7 +671,7 @@ COMMANDS
tor get_onion get the onion address tor get_onion get the onion address
stacker_lnd get_cert get the tls cert stacker_lnd get_cert get the tls cert
stacker_lnd get_onion get the onion address stacker_lnd get_onion get the onion address
stacker_cln get_onion get the onion address stacker_clncli get_onion get the onion address
lndbits get_onion get the onion address lndbits get_onion get the onion address
" "
echo "$help" echo "$help"