Sonarr version (exact version): 2.0.0.5338
OS: Ubuntu
Description of issue:
I try to run an simple custom script from Sonnar UI. My script is a bash with CURL command :
#!/bin/bash
curl -X POST "https://URL/message?token=TOKEN" -F "title=hello!" -F "message=my message ttesttttstest" -F "priority=5"
In the path : /scripts/test.sh
My script work nice on local machine, but from Sonarr interface, “test” button return success but i don’t receive notification.
Do you think the problem is my script or from the Docker container ?
Thank you community !