From 73a3e58c8f561795c3ba68017e0b009e443e009b Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 21 Nov 2019 22:22:04 +0100 Subject: {email,upload}-backup: update wording --- email-backup | 3 ++- upload-backup | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/email-backup b/email-backup index d5acb44..bbd1d8c 100644 --- a/email-backup +++ b/email-backup @@ -44,7 +44,8 @@ # send email with status and files / tool e-mail send to=$EmailBackupTo cc=$EmailBackupCc \ subject=("[" . $Identity . "] Backup & Config") \ - body=("Backup and config export for " . $Identity . ".\n\n" . \ + body=("See attached files for backup and config export for " . \ + $Identity . ".\n\n" . \ [ $DeviceInfo ] . "\n\n" . \ "Backup file: " . $BackupFile . "\n" . \ "Config file: " . $ConfigFile) \ diff --git a/upload-backup b/upload-backup index a75f14a..d5ba182 100644 --- a/upload-backup +++ b/upload-backup @@ -57,7 +57,7 @@ } $SendNotification "Backup & Config Upload" \ - ("Backup and config export for " . $Identity . ".\n\n" . \ + ("Backup and config export upload for " . $Identity . ".\n\n" . \ [ $DeviceInfo ] . "\n\n" . \ "Backup file: " . $BackupFile . "\n" . \ "Config file: " . $ConfigFile) "" "true"; -- cgit v1.2.3-54-g00ecf