Scripts Won't Run

Suggest, post, or discuss plugins for Deluge
Post Reply
kevinkarada
New User
New User
Posts: 3
Joined: Fri Apr 10, 2015 3:14 am

Scripts Won't Run

Post 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
kevinkarada
New User
New User
Posts: 3
Joined: Fri Apr 10, 2015 3:14 am

Re: Scripts Won't Run

Post 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.
Post Reply