Update contrib/notify.sh
This commit is contained in:
parent
24f572c189
commit
8711a10c64
1 changed files with 1 additions and 1 deletions
|
@ -3,5 +3,5 @@
|
|||
curl \
|
||||
-X POST \
|
||||
-H "Content-Type: application/json" \
|
||||
-d '{"username": "system", "content": "'$1'"}' \
|
||||
-d '{"username": "system", "content": "'"$1"'"}' \
|
||||
$DISCORD_STATUS_WEBHOOK_URL
|
||||
|
|
Loading…
Add table
Reference in a new issue