diff --git a/zen/ssb_IPFS_swarm.sh b/zen/ssb_IPFS_swarm.sh index 9461268..d12f9ed 100755 --- a/zen/ssb_IPFS_swarm.sh +++ b/zen/ssb_IPFS_swarm.sh @@ -63,6 +63,7 @@ count=1 echo "" > /tmp/This_NOTfriends_are_astroport echo "" > /tmp/This_friends_connect_astroport echo "" > /tmp/This_friends_should_install_astroport +### TODO -> send sbotc message (private or zip attached?) with this reports for SSBFRIEND in $(uniq /tmp/ssb-friends.txt); do @@ -87,7 +88,7 @@ for SSBFRIEND in $(uniq /tmp/ssb-friends.txt); do ### WHAT HAPPENED this loop on my ssb friends echo $MES - + echo "_________________________________________________" count=$((count+1)) done