From f028ce98fafed10fc4d8d7fbcc3deb322cca971e Mon Sep 17 00:00:00 2001 From: qo-op Date: Sat, 6 Jun 2020 04:55:23 +0200 Subject: [PATCH] uniq /tmp/ssb-friends.txt --- zen/ssb_IPFS_swarm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zen/ssb_IPFS_swarm.sh b/zen/ssb_IPFS_swarm.sh index a2bd803..9461268 100755 --- a/zen/ssb_IPFS_swarm.sh +++ b/zen/ssb_IPFS_swarm.sh @@ -64,7 +64,7 @@ echo "" > /tmp/This_NOTfriends_are_astroport echo "" > /tmp/This_friends_connect_astroport echo "" > /tmp/This_friends_should_install_astroport -for SSBFRIEND in $(cat /tmp/ssb-friends.txt); do +for SSBFRIEND in $(uniq /tmp/ssb-friends.txt); do # Force Strict #swarm0 !! [[ $count == 1 ]] && ipfs bootstrap rm --all