email-backup: remove attachment when sent

This commit is contained in:
Christian Hesse 2021-06-16 14:58:14 +02:00
parent 34c9da5aa2
commit e375494d00

View file

@ -75,4 +75,4 @@ $SendEMail2 ({ origin=$0; \
[ $DeviceInfo ] . "\n\n" . \ [ $DeviceInfo ] . "\n\n" . \
"Backup file: " . $BackupFile . "\n" . \ "Backup file: " . $BackupFile . "\n" . \
"Config file: " . $ConfigFile); \ "Config file: " . $ConfigFile); \
attach=$Attach }); attach=$Attach; remove-attach=true });