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