I have a script in /var/www/vhosts/animekyun.com/etc/upload.sh
I put this in the settings.json file. Now when I run transmission-daemon -f I can see what's happening.
[13:36:51.202] test.zip Calling script "/var/www/vhosts/animekyun.com/etc/upload.sh" (torrent.c:1909)
and then it stops for a while (minute or two?)
And tells me this:
[13:37:14.225] Port Forwarding State changed from "Starting" to "???" (port-forwarding.c:93)
My upload.sh script contains this for debugging purposes:
Code: Select all
#!/bin/bash
{
echo "hello" >> /var/www/vhosts/animekyun.com/httpdocs/icarus/debug/debug_mu.txt
} &
Everything is being executed under the same user as transmission is running
Ideas?
I'm running transmission 2.33 BTW