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