diff --git a/contrib/notify.sh b/contrib/notify.sh index ae05543..951b298 100644 --- a/contrib/notify.sh +++ b/contrib/notify.sh @@ -3,5 +3,5 @@ curl \ -X POST \ -H "Content-Type: application/json" \ - -d \'{"username": "system", "content": "umi instance failed: $1"}\' + -d \'{"username": "system", "content": "umi instance failed: `'$1'` has stopped"}\' \ $DISCORD_STATUS_WEBHOOK_URL