Update contrib/notify.sh
This commit is contained in:
parent
2a1b113305
commit
5469e92f93
1 changed files with 1 additions and 1 deletions
|
@ -3,5 +3,5 @@
|
||||||
curl \
|
curl \
|
||||||
-X POST \
|
-X POST \
|
||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
-d \'{"username": "system", "content": "umi instance failed: `'$1'` has stopped"}\' \
|
-d '{"username": "system", "content": "'$1'"}' \
|
||||||
$DISCORD_STATUS_WEBHOOK_URL
|
$DISCORD_STATUS_WEBHOOK_URL
|
||||||
|
|
Loading…
Add table
Reference in a new issue