Update tracker-add-auto.sh
wait new torrents 25 sec
This commit is contained in:
parent
93c5871c37
commit
f5f39fbd59
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
# Get transmission credentials
|
# Get transmission credentials
|
||||||
auth=user:password
|
auth=user:password
|
||||||
while true ; do
|
while true ; do
|
||||||
sleep 5
|
sleep 25
|
||||||
add_trackers () {
|
add_trackers () {
|
||||||
torrent_hash=$1
|
torrent_hash=$1
|
||||||
id=$2
|
id=$2
|
||||||
|
|
Loading…
Add table
Reference in a new issue