Skip to content
This repository was archived by the owner on Jun 8, 2023. It is now read-only.

Commit fadb646

Browse files
committed
Fix torrent ID
1 parent d5acbd3 commit fadb646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracker-add.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ announce_list=`curl -s ${base_url}/${torrent_hash} | grep -Eo "${pattern}"`
99
for tracker in $(curl -s ${base_url}/${announce_list})
1010
do
1111
echo "Adding ${tracker} to torrent ${torrent_hash}"
12-
transmission-remote -t ${hash} -td ${tracker}
12+
transmission-remote -t ${torrent_hash} -td ${tracker}
1313
done

0 commit comments

Comments
 (0)