INVITE=$(sbotc invite.create 1 2>/dev/null) && echo $INVITE

This commit is contained in:
qo-op 2020-05-11 02:26:53 +02:00
parent 56f1d0f329
commit ecd589d9eb
1 changed files with 2 additions and 3 deletions

View File

@ -172,10 +172,9 @@ ipfs ls /ipns/$ipfsnodeid
"
echo "INVITATION LINK (only works in LAN or WAN depending on your Node)"
INVITE=$(sbotc invite.create 1 2>/dev/null) && echo $INVITE
#read ssb_invit_link
#sbotc invite.accept $ssb_invit_link
[[ $ssb_invit_link == "" ]] && INVITE=$(sbotc invite.create 1 2>/dev/null) && echo $INVITE && exit 0
exit 0