This commit is contained in:
fred 2022-09-15 12:35:42 +02:00
parent 5ad81a2abe
commit 1aae3eaa42
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ for yurl in $(cat ~/.zen/tmp/tiddlers.json | jq -r '.[].text' | grep 'http'); do
[[ ! -f ~/.zen/tmp/tube/$FILE ]] && echo "No FILE -- EXIT --" && exit 1
echo "~/.zen/tmp/tube/$FILE downloaded"
mv
echo "Adding to IPFS"
ILINK=$(ipfs add -q "$HOME/.zen/tmp/tube/$FILE" | tail -n 1)
echo "/ipfs/$ILINK ready"