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