From b73321212b4a88172b425d95b5b0aaab2f08a300 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Mon, 26 Nov 2018 14:05:01 -0700 Subject: [PATCH] Changed to file infohash --- scripts/scan_torrents.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/scan_torrents.sh b/scripts/scan_torrents.sh index f3a6950..0d0ac1f 100755 --- a/scripts/scan_torrents.sh +++ b/scripts/scan_torrents.sh @@ -95,7 +95,7 @@ for torrent_file in *.torrent; do fi fi - echo $infohash >> $scanned_out + echo $file_infohash >> $scanned_out fi