Search found 2 matches

by chienb
Fri Aug 24, 2018 6:13 pm
Forum: Support
Topic: docker deluge unable to execute scrip with correct permissions
Replies: 1
Views: 3227

Re: docker deluge unable to execute scrip with correct permissions

found the issue - since I mapped my volumes:

Code: Select all

-v /home/chienb/docker/deluge/config:/config \
and my test.sh script was at /home/chienb/docker/deluge/config, i had to use the mapped volume path within Deluge's execute plugin. so the correct path would be /config/test.sh
by chienb
Wed Aug 22, 2018 6:52 am
Forum: Support
Topic: docker deluge unable to execute scrip with correct permissions
Replies: 1
Views: 3227

docker deluge unable to execute scrip with correct permissions

I'm using the docker image from here: https://github.com/binhex/arch-delugevpn on ubuntu server 16.04.5 LTS. Everything works fine but I just can't get the Execute script to work. I believe I have the right permissions. chienb@seedbox:~$ id uid=1000(chienb) gid=1000(chienb) groups=1000(chienb),4(adm...