simple-torrent
simple-torrent copied to clipboard
doneCMD not run
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,