From cacc247620739891fc089cd782514bdb80555d70 Mon Sep 17 00:00:00 2001 From: qo-op Date: Mon, 22 Feb 2021 02:35:56 +0100 Subject: [PATCH] =?UTF-8?q?cp=C3=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zen/gchange_INIT.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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