diff options
-rw-r--r-- | email-backup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/email-backup b/email-backup index d09ae2a..5a74220 100644 --- a/email-backup +++ b/email-backup @@ -75,4 +75,4 @@ $SendEMail2 ({ origin=$0; \ [ $DeviceInfo ] . "\n\n" . \ "Backup file: " . $BackupFile . "\n" . \ "Config file: " . $ConfigFile); \ - attach=$Attach }); + attach=$Attach; remove-attach=true }); |