diff options
author | Christian Hesse <mail@eworm.de> | 2019-04-03 21:30:43 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2019-04-03 21:30:43 +0200 |
commit | b35c0b8a6f6373201cc9e252a8647935ad54ee19 (patch) | |
tree | 3a0f435d99f4f6772871ae00077a5554e8170839 /email-backup | |
parent | 27b2fffaaf2529759795b031acea9c8e6980a4ac (diff) |
always write warnings and errors to log
Diffstat (limited to 'email-backup')
-rw-r--r-- | email-backup | 3 |
1 files changed, 2 insertions, 1 deletions
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 |