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