recursive ipfs

This commit is contained in:
fred 2022-04-08 03:24:09 +02:00
parent e4eb4226eb
commit 3b60ef5c2a
1 changed files with 1 additions and 1 deletions

View File

@ -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"