From b3ca0400bb4617b77780596e913fb2985a9dd07b Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 19 Sep 2021 13:41:18 +0200 Subject: [PATCH] bug was blocking Bootstrap PIN refresh actions --- zen/ipns_TAG_refresh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zen/ipns_TAG_refresh.sh b/zen/ipns_TAG_refresh.sh index f915d5f..33ec87b 100755 --- a/zen/ipns_TAG_refresh.sh +++ b/zen/ipns_TAG_refresh.sh @@ -49,7 +49,7 @@ echo "I am /ipns/$IPFSNODEID controling and refreshing my MEDIAKEY IPNS" ######################################################################## count=0 -[[ ! -d ~/.zen/ipfs/.${IPFSNODEID}/KEY/ ]] && exit 0 +# [[ ! -d ~/.zen/ipfs/.${IPFSNODEID}/KEY/ ]] && exit 0 ## TAKE CARE OF MY KEY for mediakey in $(ls ~/.zen/ipfs/.${IPFSNODEID}/KEY/ | shuf); # Alternative search