diff --git a/zen/gchange_INIT.sh b/zen/gchange_INIT.sh index 271241e..89ab151 100755 --- a/zen/gchange_INIT.sh +++ b/zen/gchange_INIT.sh @@ -113,8 +113,7 @@ do then echo "PIN : $astrofile" ipfs ls ${astrofile} - ipfs pin add /ipfs/$astrofile && mkdir -p ~/.zen/ipfs/.${IPFSNODEID}/PIN/${astrofile}/ - echo "PUBLISHING MY PIN" + ipfs pin add /ipfs/$astrofile && mkdir -p ~/.zen/ipfs/.${IPFSNODEID}/PIN/${astrofile}/ && echo "PUBLISHING MY PIN" [[ -d ~/.zen/ipfs/.${IPFSNODEID}/PIN/${astrofile} ]] && echo "0" > ~/.zen/ipfs/.${IPFSNODEID}/PIN/${astrofile}/$G1PUB && break fi done