Run torrentfs without race

This commit is contained in:
Matt Joiner 2021-02-15 21:44:35 +11:00
parent 2dd566a24c
commit 90b2932fe7
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
set -eux
repopath="$(cd "$(dirname "$0")/.."; pwd)"
mkdir -p mnt torrents
GOPPROF=http godo -v -race "$repopath/cmd/torrentfs" -mountDir=mnt -metainfoDir=torrents &> log &
GOPPROF=http godo -v "$repopath/cmd/torrentfs" -mountDir=mnt -metainfoDir=torrents &> log &
trap 'set +e; sudo umount -f mnt' EXIT
debian_file=debian-10.8.0-amd64-netinst.iso
pushd torrents