From b35c0b8a6f6373201cc9e252a8647935ad54ee19 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 3 Apr 2019 21:30:43 +0200 Subject: always write warnings and errors to log --- email-backup | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'email-backup') diff --git a/email-backup b/email-backup index 63e2fbe..e8f8f2b 100644 --- a/email-backup +++ b/email-backup @@ -16,7 +16,8 @@ :if ($BackupSendBinary != true && \ $BackupSendExport != true && \ $BackupCloud != true) do={ - :error ("Configured to send neither backup nor config export."); + :log error ("Configured to send neither backup nor config export."); + :error "Error: See log for details."; } # filename based on identity -- cgit v1.2.3-54-g00ecf