From f173ed09024c5310a85ebeacf880f809da9b498b Mon Sep 17 00:00:00 2001 From: qo-op Date: Mon, 22 Feb 2021 02:56:08 +0100 Subject: [PATCH] --progress --- zen/gchange_INIT.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zen/gchange_INIT.sh b/zen/gchange_INIT.sh index c60edaa..d598f53 100755 --- a/zen/gchange_INIT.sh +++ b/zen/gchange_INIT.sh @@ -112,7 +112,7 @@ do if [[ ! -d ~/.zen/ipfs/.${IPFSNODEID}/PIN/${astrofile} && "${astrofile}" != "" ]]; then echo "TRYING TO PIN : $astrofile" - ~/.zen/astrXbian/zen/tools/timeout.sh -t 5 ipfs ls ${ipfsfile} && ipfs pin add /ipfs/${ipfsfile} && mkdir -p ~/.zen/ipfs/.${IPFSNODEID}/PIN/${ipfsfile}/ && echo "PUBLISHING MY PIN" || continue + ~/.zen/astrXbian/zen/tools/timeout.sh -t 5 ipfs ls ${ipfsfile} && ipfs pin add --progress /ipfs/${ipfsfile} && mkdir -p ~/.zen/ipfs/.${IPFSNODEID}/PIN/${ipfsfile}/ && echo "PUBLISHING MY PIN" || continue [[ -d ~/.zen/ipfs/.${IPFSNODEID}/PIN/${ipfsfile} ]] && echo "0" > ~/.zen/ipfs/.${IPFSNODEID}/PIN/${ipfsfile}/$G1PUB && break fi done