From 5a4c220efffd664666af8d3ba732094ac0af324a Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 17 Aug 2021 02:29:15 +0200 Subject: [PATCH] shuffle FRIENDS --- zen/ipfs_FRIENDS_refresh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zen/ipfs_FRIENDS_refresh.sh b/zen/ipfs_FRIENDS_refresh.sh index 6e0e26b..abf7557 100755 --- a/zen/ipfs_FRIENDS_refresh.sh +++ b/zen/ipfs_FRIENDS_refresh.sh @@ -29,7 +29,7 @@ IPFSNODEID=$(ipfs --timeout=20s id -f='\n') # |_| |_| \_\___|_____|_| \_|____/ # # -for g1id in $(ls ~/.zen/ipfs/.$IPFSNODEID/FRIENDS); +for g1id in $(ls ~/.zen/ipfs/.$IPFSNODEID/FRIENDS | shuf); do [[ "$g1id" == "index.html" ]] && continue ipfsnodeid=$(~/.zen/astrXbian/zen/tools/g1_to_ipfs.py $g1id)