doneCMD not run
vihatsoft opened this issue · 0 comments
vihatsoft commented
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,