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
}