fix(backup): use message field in webhook payload, matching watchtower

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-08 22:36:16 +02:00
parent eed45f1627
commit 5985d8619f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ notify() {
local color="$1" text="$2"
curl -sf -o /dev/null -X POST "$WEBHOOK_URL" \
-H 'Content-Type: application/json' \
-d "{\"text\":\"$text\",\"color\":\"$color\"}"
-d "{\"message\":\"$text\",\"color\":\"$color\"}"
}
# Truncate log on each run