mirror of
https://github.com/mag37/dockcheck.git
synced 2026-03-04 08:00:35 +01:00
finalizing formatting and edits
This commit is contained in:
parent
76d2921719
commit
fc47b1313b
8 changed files with 12 additions and 13 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue