finalizing formatting and edits

This commit is contained in:
mag37
2024-10-10 10:22:17 +02:00
parent 76d2921719
commit fc47b1313b
8 changed files with 12 additions and 13 deletions

View File

@@ -13,7 +13,7 @@ printf "\nSending Apprise notification\n"
MessageTitle="$FromHost - updates available."
# Setting the MessageBody variable here.
MessageBody=$(printf "🐋 Containers on $FromHost with updates available: \n$UpdToString")
printf -v MessageBody "🐋 Containers on $FromHost with updates available:\n$UpdToString"
# Modify to fit your setup:
apprise -vv -t "$MessageTitle" -b "$MessageBody" \