Improve restore job ntfy timeout and output

This commit is contained in:
2026-05-07 11:34:50 +02:00
parent 008ab9bc4a
commit d7e1eb33ba
2 changed files with 8 additions and 0 deletions
+2
View File
@@ -14,6 +14,8 @@ fi
NTFY_URL="${NTFY_URL:-https://ntfy.kaleschke.info}"
curl -fsS \
--connect-timeout 5 \
--max-time 10 \
-H "Title: $TITLE" \
-H "Priority: $PRIORITY" \
-d "$MESSAGE" \