Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Which command does not work into service :(
  • Loading branch information
Limych committed Feb 14, 2021
commit 6cb56fe6ed121e3bde2965da19a855f4df82338e
2 changes: 1 addition & 1 deletion tracker-add-auto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ add_trackers () {
rm -f "/tmp/TTAA.$id.lock"
}

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

Expand Down