new notification structure

This commit is contained in:
mag37
2025-02-09 22:01:08 +01:00
parent 1548b03a9e
commit 71967277aa
6 changed files with 123 additions and 68 deletions

View File

@@ -59,7 +59,6 @@ MessageTitle="Updates available on"
printf -v MessageBody "🐋 Containers on $FromHost with updates available:\n\n$UpdToString"
trigger_notification
}
### Remove or comment out the following function
@@ -72,5 +71,4 @@ MessageTitle="New version of dockcheck available on"
printf -v MessageBody "Installed version: $1 \nLatest version: $2 \n\nChangenotes: $3"
trigger_notification
}