feat: add prios to messages
This commit is contained in:
parent
29a9f2579d
commit
0777750de1
3 changed files with 4 additions and 4 deletions
|
|
@ -13,5 +13,5 @@ if restic \
|
|||
/srv /home /etc; then
|
||||
ntfy -m "backup succeeded"
|
||||
else
|
||||
ntfy -m "backup failed" -e "warning,skull"
|
||||
ntfy -m "backup failed" -e "warning,skull" -p "urgent"
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue