simple-torrent icon indicating copy to clipboard operation
simple-torrent copied to clipboard

doneCMD not run

Open viratsoft opened this issue 4 years ago • 0 comments

my doneCMD not executing while download completed.

My DoneCMD Bash script: /home/doneCMD.sh file with bellow code (mode 0755) #!/bin/bash /usr/bin/curl https://xyz.com/test.php >> output.txt

engine/config.go File with bellow viper.SetDefault("DoneCmd", "/home/doneCMD.sh")

Thank you,

viratsoft avatar Apr 29 '21 09:04 viratsoft