This commit is contained in:
2026-03-30 20:43:35 +02:00
parent c8fc975303
commit 9a6d3d6551

View File

@@ -104,6 +104,7 @@ send_ntfy() {
-H "Title: $NTFY_TITLE" \ -H "Title: $NTFY_TITLE" \
-H "Priority: $prio" \ -H "Priority: $prio" \
-H "Tags: $NTFY_TAGS" \ -H "Tags: $NTFY_TAGS" \
-H "Markdown: yes" \
${image_url:+-H "Icon: $image_url"} \ ${image_url:+-H "Icon: $image_url"} \
-d "$msg" \ -d "$msg" \
"$NTFY_URL" > /dev/null || true "$NTFY_URL" > /dev/null || true
@@ -466,9 +467,9 @@ while IFS= read -r -d '' file; do
fi fi
if [ "$NTFY_SHOW_VERSIONS" = true ]; then if [ "$NTFY_SHOW_VERSIONS" = true ]; then
stack_block+=$'\n'"$prefix $svc ($before$after)" stack_block+=$'\n'"$prefix **$svc** \`$before$after\`"
else else
stack_block+=$'\n'"$prefix $svc" stack_block+=$'\n'"$prefix **$svc**"
fi fi
done done