diff options
author | Christian Hesse <mail@eworm.de> | 2021-02-16 16:04:18 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-02-16 16:04:18 +0100 |
commit | 17d7678e2dbd641cf6f2a6950709cfc2ad9ea129 (patch) | |
tree | 71a726ebf734619048690fd79d2a472042b57ac8 /upload-backup | |
parent | e7c2a7745a7aa6b252091c144a7bd66055b6434e (diff) |
global-functions: drop support for attachment in notification e-mail
Diffstat (limited to 'upload-backup')
-rw-r--r-- | upload-backup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/upload-backup b/upload-backup index acb8399..1249f36 100644 --- a/upload-backup +++ b/upload-backup @@ -72,7 +72,7 @@ $SendNotification [ $IfThenElse ($Failed > 0) \ ("Backup and config export upload for " . $Identity . ".\n\n" . \ [ $DeviceInfo ] . "\n\n" . \ "Backup file: " . $BackupFile . "\n" . \ - "Config file: " . $ConfigFile) "" "" "true"; + "Config file: " . $ConfigFile) "" "true"; :if ($Failed = 1) do={ :error "An error occured!"; |