mirror of
https://github.com/mag37/dockcheck.git
synced 2026-02-14 23:38:15 +01:00
formatting
This commit is contained in:
parent
61e247f0ea
commit
6c37e255fb
1 changed files with 2 additions and 2 deletions
|
|
@ -11,10 +11,10 @@ FromHost=$(hostname)
|
|||
|
||||
# User variables:
|
||||
# change this to your usual destination for synology DSM notification emails
|
||||
SendMailTo=me@mydomain.com
|
||||
SendMailTo="me@mydomain.com"
|
||||
SubjectTag="diskstation"
|
||||
|
||||
printf "\nSending email notification\n"
|
||||
printf "\nSending email notification.\n"
|
||||
|
||||
ssmtp $SendMailTo << __EOF
|
||||
From: "$FromHost" <$SendMailTo>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue