ssb invit RW

This commit is contained in:
qo-op 2020-03-29 16:15:39 +02:00
parent 57dd0c3673
commit a4c6fc79a4
2 changed files with 10 additions and 6 deletions

View File

@ -168,6 +168,9 @@ __)|_| \ \/ |_| \ || || |_ ... SCUTTLEBUTT ... OK?
'
echo "DOES SCUTTELBUTT IS RUNNING FINE?"
echo "Then add $HOME/.zen/run-ssb_server.sh & TO YOUR '/etc/rc.local' !!! "
$MY_PATH/zen/ssb_INIT.sh
}
$@

View File

@ -114,12 +114,13 @@ ipfs ls /ipns/$NODEIPNS
# This INVITE is to be sent an 'Astroport Station' willing to Join our IPFS Swarm.
# see 'ssb_SURVEY_contact.sh' for commands executed...
"
INVITE=$(sbotc invite.create 1)
echo $INVITE
echo "PLEASE ENTER SSB INVITATION LINK (or HIT ENTER to create yours)"
read ssb_invit_link
# This INVITE is to be sent an "Astroport Station" willing to Join our IPFS Swarm.
# sbot_SURVEY.sh is taking care of checking SSB Feed for commands...
[[ $ssb_invit_link == "" ]] && INVITE=$(sbotc invite.create 1) && echo $INVITE && exit 0
# TODO: CREATE
sbot invite.accept $ssb_invit_link
exit 0