diff options
Diffstat (limited to 'email-backup')
-rw-r--r-- | email-backup | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/email-backup b/email-backup index 45e7703..978ac4d 100644 --- a/email-backup +++ b/email-backup @@ -14,11 +14,11 @@ :global CharacterReplace; :global DeviceInfo; -:global LogAndError; +:global LogPrintExit; :if ($BackupSendBinary != true && \ $BackupSendExport != true) do={ - $LogAndError error ("Configured to send neither backup nor config export."); + $LogPrintExit error ("Configured to send neither backup nor config export.") true; } # filename based on identity |