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 it
I checked the syslog and found that it is being called:
Code: Select all
Nov 23 14:23:39 MARTY-UBUNTU transmission-daemon[2141]: TorrentHere Calling script "/home/marty/torr.sh" (torrent.c:1913)
Code: Select all
transmission-remote -n username:password --torrent-done-script /home/marty/torr.sh
I've also run killall transmission-daemon and started it again but no joy,
I'm running transmission-daemon 2.33 (12565) on ubuntu 11.10 x64
Am I doing something wrong here or is it a bug?