TODO -> send sbotc message (private or zip attached?) with ssb/ipfs swarm reports

This commit is contained in:
qo-op 2020-06-06 05:03:55 +02:00
parent f028ce98fa
commit 6756d1ba43
1 changed files with 2 additions and 1 deletions

View File

@ -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