diff --git a/crowdbunker.sh b/crowdbunker.sh index ee99a6f..95cd2e8 100755 --- a/crowdbunker.sh +++ b/crowdbunker.sh @@ -267,7 +267,7 @@ echo "########################################################################## cp ~/.zen/bunkerbox/history.json /tmp/$VUID/history.json echo "$TS" > /tmp/$VUID/ts # TimeStamping - VROOT=$(ipfs add -wHq /tmp/$VUID/* | tail -n 1) + VROOT=$(ipfs add -rwHq /tmp/$VUID/* | tail -n 1) ipfs name publish --key=qo-op /ipfs/$VROOT echo "qo-op : $IPFSNGW/ipns/$IPNS/" echo "qo-op : $IPFSNGW/ipns/$IPNS/history.json"