change ipfs add to full data copying mode
previous mode was breaking some fetches
This commit is contained in:
parent
c56f2a7dde
commit
71a490420f
2
sync.run
2
sync.run
@ -68,7 +68,7 @@ set +x # resume ignoring errors
|
||||
# https://github.com/ipfs/go-ipfs/issues/3397#issuecomment-284337564
|
||||
|
||||
echo "Adding the mirror files to IPFS."
|
||||
HASH="$($IPFS add --progress --local --nocopy --fscache --quieter --recursive "$MIRROR_DIR" | tail -n1)"
|
||||
HASH="$($IPFS add --progress --quieter --recursive "$MIRROR_DIR" | tail -n1)"
|
||||
echo "Published (added/pinned) /ipfs/${HASH}."
|
||||
|
||||
echo "Updating IPNS."
|
||||
|
Loading…
Reference in New Issue
Block a user