Open Hilljack4n6 opened 10 months ago
i had this same issue before realizing I created the bash script in vs code on windows which makes the file in DOS format. you need to switch it to UNIX format
sed -i 's/\r$//' discord-SAB.sh
that should fix your issue
Upon clicking "Test notification", the following error is returned: Notification script returned exit code -1 and output "None"
The script is in the correct location, with the correct webhook url. The file has been given permission to execute via -x. Any suggestions?