aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2019-11-21 22:22:04 +0100
committerGravatar Christian Hesse <mail@eworm.de>2019-11-21 22:22:04 +0100
commit73a3e58c8f561795c3ba68017e0b009e443e009b (patch)
tree518ae0b83cb2fc8aa08da4ebe76e5eb7e438ef45
parent845c25f87c4cfa25058f561b938c487b224af00e (diff)
{email,upload}-backup: update wording
-rw-r--r--email-backup3
-rw-r--r--upload-backup2
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";