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

@ -14,7 +14,7 @@ send_notification() {
# Setting the MessageTitle and MessageBody variable here.
MessageTitle="${FromHost} - updates available."
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:
GotifyToken="Your Gotify token here"