Added releasenotes-logic to all templates, fix to DSM+smtp

This commit is contained in:
mag37
2024-10-05 08:03:33 +02:00
parent 8b40dce2cd
commit 319b43bc1b
9 changed files with 19 additions and 19 deletions

View File

@@ -7,7 +7,7 @@
send_notification() {
Updates=("$@")
UpdToString=$( printf "%s\n" "${Updates[@]}" )
[ -s "$ScriptWorkDir"/urls.list ] && UpdToString=$( releasenotes ) || UpdToString=$( printf "%s\n" "${Updates[@]}" )
FromHost=$(hostname)
# platform specific notification code would go here