mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-08-03 09:44:30 +02:00
{email,upload}-backup: update wording
This commit is contained in:
parent
845c25f87c
commit
73a3e58c8f
2 changed files with 3 additions and 2 deletions
|
@ -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) \
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue