cesium-messaging becomes jaklis

This commit is contained in:
qo-op 2020-12-04 14:45:56 +01:00
parent 990ad2ccd7
commit 6b134195ea
2 changed files with 2 additions and 2 deletions

View File

@ -102,7 +102,7 @@ NODEIPNS=$(ipfs name publish --allow-offline --quieter /ipfs/$IWALLETS)
###
# GET ALL MY GCHANGE FRIENDS AND SEND THEM my IPFS Address
cd ~/.zen/astroport/zen/cesium-messaging
cd ~/.zen/astroport/zen/jaklis
# GET LIST of issuer(s) who likes me
for liking_me in $(./jaklis.py like | jq -r '.likes[].issuer');
do

View File

@ -43,7 +43,7 @@ friend_of_mine_count=0
########################################################################
# Let's look for Friends and "IPFS swarm connect" with them
########################################################################
cd ~/.zen/astroport/zen/cesium-messaging
cd ~/.zen/astroport/zen/jaklis
# 1. Get Gchange "liking_me" people list
for liking_me in $(./jaklis.py like | jq -r '.likes[].issuer');
do