diff --git a/notify_templates/notify_DSM.sh b/notify_templates/notify_DSM.sh index c95dbf3..7d38236 100644 --- a/notify_templates/notify_DSM.sh +++ b/notify_templates/notify_DSM.sh @@ -61,14 +61,14 @@ send_notification() { trigger_notification } -### Remove or comment out the following function +### Rename (eg. disabled_dockcheck_notification), remove or comment out the following function ### to not send notifications when dockcheck itself has updates. dockcheck_notification() { printf "\nSending email dockcheck notification.\n" MessageTitle="New version of dockcheck available on" # Setting the MessageBody variable here. - printf -v MessageBody "Installed version: $1 \nLatest version: $2 \n\nChangenotes: $3" + printf -v MessageBody "Installed version: $1\nLatest version: $2\n\nChangenotes: $3\n" trigger_notification } diff --git a/notify_templates/notify_apprise.sh b/notify_templates/notify_apprise.sh index 8c0736f..a687eb9 100644 --- a/notify_templates/notify_apprise.sh +++ b/notify_templates/notify_apprise.sh @@ -34,7 +34,7 @@ send_notification() { trigger_notification } -### Remove or comment out the following function +### Rename (eg. disabled_dockcheck_notification), remove or comment out the following function ### to not send notifications when dockcheck itself has updates. dockcheck_notification() { printf "\nSending Apprise dockcheck notification\n" diff --git a/notify_templates/notify_discord.sh b/notify_templates/notify_discord.sh index e63c237..2f7f913 100644 --- a/notify_templates/notify_discord.sh +++ b/notify_templates/notify_discord.sh @@ -25,7 +25,7 @@ send_notification() { trigger_notification } -### Remove or comment out the following function +### Rename (eg. disabled_dockcheck_notification), remove or comment out the following function ### to not send notifications when dockcheck itself has updates. dockcheck_notification() { printf "\nSending Discord dockcheck notification\n" diff --git a/notify_templates/notify_generic.sh b/notify_templates/notify_generic.sh index 0acb1c8..b93c2b2 100644 --- a/notify_templates/notify_generic.sh +++ b/notify_templates/notify_generic.sh @@ -23,7 +23,7 @@ send_notification() { trigger_notification } -### Remove or comment out the following function +### Rename (eg. disabled_dockcheck_notification), remove or comment out the following function ### to not send notifications when dockcheck itself has updates. dockcheck_notification() { printf "\nGeneric dockcheck notification\n" diff --git a/notify_templates/notify_gotify.sh b/notify_templates/notify_gotify.sh index ae7279a..780cb94 100644 --- a/notify_templates/notify_gotify.sh +++ b/notify_templates/notify_gotify.sh @@ -32,7 +32,7 @@ send_notification() { trigger_notification } -### Remove or comment out the following function +### Rename (eg. disabled_dockcheck_notification), remove or comment out the following function ### to not send notifications when dockcheck itself has updates. dockcheck_notification() { printf "\nSending Apprise dockcheck notification\n" diff --git a/notify_templates/notify_matrix.sh b/notify_templates/notify_matrix.sh index 50a0805..9279a42 100644 --- a/notify_templates/notify_matrix.sh +++ b/notify_templates/notify_matrix.sh @@ -30,7 +30,7 @@ send_notification() { trigger_notification } -### Remove or comment out the following function +### Rename (eg. disabled_dockcheck_notification), remove or comment out the following function ### to not send notifications when dockcheck itself has updates. dockcheck_notification() { printf "\nSending Matrix dockcheck notification\n" diff --git a/notify_templates/notify_ntfy-sh.sh b/notify_templates/notify_ntfy-sh.sh index f174e1a..68b293b 100644 --- a/notify_templates/notify_ntfy-sh.sh +++ b/notify_templates/notify_ntfy-sh.sh @@ -29,7 +29,7 @@ send_notification() { trigger_notification } -### Remove or comment out the following function +### Rename (eg. disabled_dockcheck_notification), remove or comment out the following function ### to not send notifications when dockcheck itself has updates. dockcheck_notification() { printf "\nSending ntfy.sh dockcheck notification\n" diff --git a/notify_templates/notify_pushbullet.sh b/notify_templates/notify_pushbullet.sh index 2630203..7429e03 100644 --- a/notify_templates/notify_pushbullet.sh +++ b/notify_templates/notify_pushbullet.sh @@ -30,7 +30,7 @@ send_notification() { trigger_notification } -### Remove or comment out the following function +### Rename (eg. disabled_dockcheck_notification), remove or comment out the following function ### to not send notifications when dockcheck itself has updates. dockcheck_notification() { printf "\nSending pushbullet dockcheck notification\n" diff --git a/notify_templates/notify_pushover.sh b/notify_templates/notify_pushover.sh index 73dbdb3..38955e2 100644 --- a/notify_templates/notify_pushover.sh +++ b/notify_templates/notify_pushover.sh @@ -36,7 +36,7 @@ send_notification() { trigger_notification } -### Remove or comment out the following function +### Rename (eg. disabled_dockcheck_notification), remove or comment out the following function ### to not send notifications when dockcheck itself has updates. dockcheck_notification() { printf "\nSending Apprise dockcheck notification\n" diff --git a/notify_templates/notify_smtp.sh b/notify_templates/notify_smtp.sh index ce6fa58..551e434 100644 --- a/notify_templates/notify_smtp.sh +++ b/notify_templates/notify_smtp.sh @@ -50,7 +50,7 @@ send_notification() { trigger_notification } -### Remove or comment out the following function +### Rename (eg. disabled_dockcheck_notification), remove or comment out the following function ### to not send notifications when dockcheck itself has updates. dockcheck_notification() { printf "\nSending email dockcheck notification.\n" diff --git a/notify_templates/notify_telegram.sh b/notify_templates/notify_telegram.sh index d47e29a..4a10a50 100644 --- a/notify_templates/notify_telegram.sh +++ b/notify_templates/notify_telegram.sh @@ -30,7 +30,7 @@ send_notification() { trigger_notification } -### Remove or comment out the following function +### Rename (eg. disabled_dockcheck_notification), remove or comment out the following function ### to not send notifications when dockcheck itself has updates. dockcheck_notification() { printf "\nSending Matrix dockcheck notification\n"