This commit is contained in:
qo-op 2021-02-22 02:35:56 +01:00
parent 4bd32c2e2e
commit cacc247620
1 changed files with 1 additions and 2 deletions

View File

@ -113,8 +113,7 @@ do
then then
echo "PIN : $astrofile" echo "PIN : $astrofile"
ipfs ls ${astrofile} ipfs ls ${astrofile}
ipfs pin add /ipfs/$astrofile && mkdir -p ~/.zen/ipfs/.${IPFSNODEID}/PIN/${astrofile}/ ipfs pin add /ipfs/$astrofile && mkdir -p ~/.zen/ipfs/.${IPFSNODEID}/PIN/${astrofile}/ && echo "PUBLISHING MY PIN"
echo "PUBLISHING MY PIN"
[[ -d ~/.zen/ipfs/.${IPFSNODEID}/PIN/${astrofile} ]] && echo "0" > ~/.zen/ipfs/.${IPFSNODEID}/PIN/${astrofile}/$G1PUB && break [[ -d ~/.zen/ipfs/.${IPFSNODEID}/PIN/${astrofile} ]] && echo "0" > ~/.zen/ipfs/.${IPFSNODEID}/PIN/${astrofile}/$G1PUB && break
fi fi
done done