We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab7f9f1 commit 52b956fCopy full SHA for 52b956f
snapraid-aio-script.sh
@@ -770,7 +770,7 @@ function notify_success(){
770
if [ "$DISCORD" -eq 1 ]; then
771
curl -fsS -m 5 --retry 3 -o /dev/null -X POST \
772
-H 'Content-Type: application/json' \
773
- -d '{"content": "'"$NOTIFY_OUTPUT"'"}' \
+ -d '{"content": "'"$SUBJECT"'"}' \
774
"$DISCORD_WEBHOOK_URL"
775
fi
776
}
@@ -788,7 +788,7 @@ function notify_warning(){
788
789
790
791
792
793
794
0 commit comments