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";