Page 1 of 1

Scripts Won't Run

Posted: Sat Apr 11, 2015 10:16 pm
by kevinkarada
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

Re: Scripts Won't Run

Posted: Sun Apr 12, 2015 12:05 am
by kevinkarada
I'm sorry everyone. I'm a very, very, very dumb man.

I forgot to hit add in the execute window. Everything works now. Sorry for wasting the forums time on this issue.