bug was blocking Bootstrap PIN refresh actions

This commit is contained in:
fred 2021-09-19 13:41:18 +02:00
parent e21fca1d07
commit b3ca0400bb
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ echo "I am /ipns/$IPFSNODEID controling and refreshing my MEDIAKEY IPNS"
######################################################################## ########################################################################
count=0 count=0
[[ ! -d ~/.zen/ipfs/.${IPFSNODEID}/KEY/ ]] && exit 0 # [[ ! -d ~/.zen/ipfs/.${IPFSNODEID}/KEY/ ]] && exit 0
## TAKE CARE OF MY KEY ## TAKE CARE OF MY KEY
for mediakey in $(ls ~/.zen/ipfs/.${IPFSNODEID}/KEY/ | shuf); # Alternative search for mediakey in $(ls ~/.zen/ipfs/.${IPFSNODEID}/KEY/ | shuf); # Alternative search