diff options
Diffstat (limited to 'upload-backup')
-rw-r--r-- | upload-backup | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/upload-backup b/upload-backup index 817a088..fb9f9cd 100644 --- a/upload-backup +++ b/upload-backup @@ -16,11 +16,11 @@ :global CharacterReplace; :global DeviceInfo; :global SendNotification; -: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 |