Search found 2 matches

by sfera
Wed May 26, 2010 9:57 pm
Forum: General
Topic: [REL] transmission-remote-queue v0.2
Replies: 10
Views: 11159

Re: [REL] transmission-remote-queue v0.2

i was just about to test the script but then i had a problem with this: RATIO="$($REMOTE $TRANSOPT -t $ID -i | grep Ratio | awk '{ print $2; }')" because grep matched 2 lines, the following expr failed. adding an -m 1 to the grep call fixed it for me: RATIO="$($REMOTE $TRANSOPT -t $ID...
by sfera
Sat May 22, 2010 2:13 pm
Forum: General
Topic: Is there a way to queue downloads in Transmission in linux?
Replies: 14
Views: 22342

Re: Is there a way to queue downloads in Transmission in lin

i might be wrong here, but it seems to me that the busy box version of tail doesn't support the "long options" . try replacing all occurrences of '--lines" with '-n' and see if it helps. : )