dockcheck/notify_templates/notify_generic.sh

9 lines
271 B
Bash
Raw Normal View History

### DISCLAIMER: This is a third party addition to dockcheck - best effort testing.
NOTIFY_GENERIC_VERSION="v0.2"
2024-01-05 20:55:08 +01:00
#
2024-01-01 13:46:09 -05:00
# generic sample, the "Hello World" of notification addons
trigger_generic_notification() {
2025-02-10 19:46:23 +01:00
printf "\n$MessageTitle\n"
printf "\n$MessageBody\n"
}