From 17d7678e2dbd641cf6f2a6950709cfc2ad9ea129 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 16 Feb 2021 16:04:18 +0100 Subject: global-functions: drop support for attachment in notification e-mail --- upload-backup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'upload-backup') 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!"; -- cgit v1.2.3-54-g00ecf