Search found 5 matches

by martzuk
Thu Nov 24, 2011 4:59 pm
Forum: General
Topic: script not running
Replies: 7
Views: 12633

Re: script not running

It seems to work fine :)
by martzuk
Thu Nov 24, 2011 3:42 pm
Forum: General
Topic: script not running
Replies: 7
Views: 12633

Re: script not running

aaah, I see what you mean't I've modified it and got it working

#!/bin/sh
/var/lib/transmission-daemon/info
curl -k https://prowl.weks.net/publicapi/add -F apikey=APIKEYHERE -F priority=-1 -F application="Transmission" -F event="Download Complete" -F description="$TR_TORRENT_NAME completed at $TR ...
by martzuk
Thu Nov 24, 2011 12:32 pm
Forum: General
Topic: script not running
Replies: 7
Views: 12633

Re: script not running

please excuse my n00bness but I'm not sure exactly what you mean about setting the path in the script? I've posted the script I use

#!/bin/sh
curl -k https://prowl.weks.net/publicapi/add -F apikey=APIKEYHERE -F priority=-1 -F application="Transmission" -F event="Download Complete" -F description ...
by martzuk
Thu Nov 24, 2011 12:21 am
Forum: General
Topic: script not running
Replies: 7
Views: 12633

Re: script not running

still not any good, moved it to /var/lib/transmission-daemon/info, chmod +rx, script is owned by user and group debian-transmission

Code: Select all

appears again in syslog: Calling script "/var/lib/transmission-daemon/info/torrent_complete.sh" 
script wasn't run though
by martzuk
Wed Nov 23, 2011 2:44 pm
Forum: General
Topic: script not running
Replies: 7
Views: 12633

script not running

hi guys, I've setup transmission to run a shell script after a torrent finishes, however it is not being called

I set full 777 permissions on the script (sends a prowl push notification to my iPhone, script is tested and works, as does a simple script to create a blank txt file)
I set chmod +x on ...