mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-08-04 02:04:56 +02:00
always write warnings and errors to log
This commit is contained in:
parent
27b2fffaaf
commit
b35c0b8a6f
10 changed files with 25 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue