Search found 2 matches

by almanteka
Wed Aug 15, 2018 10:25 pm
Forum: Plugins
Topic: Execute Plugin - How to transfer deluge variables from one bash script to another?
Replies: 1
Views: 2572

Re: Execute Plugin - How to transfer deluge variables from one bash script to another?

the second script started to work correctly after one hour! just added $@ to "bash /home/pixelburst/bin/notification.sh" line!

Code: Select all

bash /home/pixelburst/bin/notification.sh $@
hope that's it! thanks!
by almanteka
Wed Aug 15, 2018 9:51 pm
Forum: Plugins
Topic: Execute Plugin - How to transfer deluge variables from one bash script to another?
Replies: 1
Views: 2572

Execute Plugin - How to transfer deluge variables from one bash script to another?

hi! love deluge and the plugins! GREAT work! i like to know how to transfer deluge variables torrentid=$1 torrentname=$2 torrentpath=$3 from this script: #!/bin/bash PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin PATH="/snap/bin:$PATH" export DISPLAY=:0 torrentid=$1 torr...