newline and rephrasing

This commit is contained in:
mag37 2025-02-15 13:35:47 +01:00
parent c436def448
commit 06ea7fff6d
11 changed files with 12 additions and 12 deletions

View file

@ -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
}

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"