Skip to content

Commit 6cb56fe

Browse files
committed
Which command does not work into service :(
1 parent 2b972a5 commit 6cb56fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracker-add-auto.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ add_trackers () {
3131
rm -f "/tmp/TTAA.$id.lock"
3232
}
3333

34-
trans="$(which transmission-remote) $host --auth=$auth"
34+
trans="/usr/local/bin/transmission-remote $host --auth=$auth"
3535
while true ; do
3636
sleep 25
3737

0 commit comments

Comments
 (0)