Skip to content

Commit

Permalink
Start email newlines fix (#57)
Browse files Browse the repository at this point in the history
* Update start.sh

* Update VERSION
  • Loading branch information
ralftar authored Nov 29, 2023
1 parent 2b4af96 commit eaaa4d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.13
0.0.14
2 changes: 0 additions & 2 deletions scripts/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,6 @@ STARTED
Debug: ${DEBUG}
SMTP server: ${SMTPSERVER}
"

if [ ! "${mounts_summary}" = "" ]; then
Expand All @@ -336,7 +335,6 @@ ${jobs_summary}
"

mail_body="${mail_body}
Vendanor CloudDump v${VERSION}"

if [ "${MAIL}" = "mutt" ]; then
Expand Down

0 comments on commit eaaa4d0

Please sign in to comment.