We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ba9c85 commit 453b5b6Copy full SHA for 453b5b6
tracker-add-auto-router.sh
@@ -41,7 +41,7 @@ for id in $ids ; do
41
dateo="$(date -D '%s' -d "$(( `date +%s`+1*60 ))" "+%Y-%m-%d %H:%M")"
42
43
if [ ! -f "/tmp/TTAA.$id.lock" ]; then
44
-if [[ "( "$(add_date_t)" == "$(dater)" || "$(add_date_t)" == "$(dateo)" )" ]]; then
+if [[ "$add_date_t" == "$dater" || "$add_date_t" == "$dateo" ]]; then
45
hash="$(transmission-remote "$host" --auth="$auth" --torrent "$id" --info | grep '^ Hash: ' | awk '{ print $2 }')"
46
torrent_name="$(transmission-remote "$host" --auth="$auth" --torrent "$id" --info | grep '^ Name: ' |cut -c 9-)"
47
add_trackers "$hash" "$id" &
0 commit comments