From 71a490420fc4d89406c8c92c284454f54c4cdef3 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Sun, 14 Oct 2018 21:00:01 -0700 Subject: [PATCH] change ipfs add to full data copying mode previous mode was breaking some fetches --- sync.run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync.run b/sync.run index 4f97eed..7a7ba9d 100644 --- a/sync.run +++ b/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."