jpillora / cloud-torrent

☁️ Cloud Torrent: a self-hosted remote torrent client
GNU Affero General Public License v3.0
5.73k stars 1.82k forks source link

doneCMD not run #320

Closed vihatsoft closed 8 months ago

vihatsoft commented 3 years ago

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,