Scripts Won't Run
Posted: Sat Apr 11, 2015 10:16 pm
I know this is vague and isn't nearly enough information. I don't know where the log is stored when you just run Deluge as a GUI.
I've created a basic sample script
#!/bin/bash
torrentid=$1
torrentname=$2
torrentpath=$3
echo "Torrent Details: " $torrentname $torrentpath $torrentid >> /home/keivn/execute_script.log
and no log file ever is created after a torrent finishes. I've run this script both a me "kevin" and as "root" no file is ever generated. I follow the directions in
http://dev.deluge-torrent.org/wiki/Plugins/Execute
to the t and can run the script from terminal and a file is created but Deluge will not do it.
-Kevin
I've created a basic sample script
#!/bin/bash
torrentid=$1
torrentname=$2
torrentpath=$3
echo "Torrent Details: " $torrentname $torrentpath $torrentid >> /home/keivn/execute_script.log
and no log file ever is created after a torrent finishes. I've run this script both a me "kevin" and as "root" no file is ever generated. I follow the directions in
http://dev.deluge-torrent.org/wiki/Plugins/Execute
to the t and can run the script from terminal and a file is created but Deluge will not do it.
-Kevin